Skip to content

Commit

Permalink
Update pip
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpannek committed Jan 24, 2025
1 parent 085a591 commit a53900e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ services:
- .:/usr/src/app:rw
- dremio_data:/mnt/dremio_data:rw
working_dir: /usr/src/app
command: /bin/bash -c "pip install --user -r dev_requirements.txt && pip install --user . && tail -f /dev/null && /bin/bash"
command: /bin/bash -c "pip install --upgrade pip && pip install --user -r dev_requirements.txt && pip install --user . && tail -f /dev/null && /bin/bash"
tty: true
networks:
- dremio-laptop-lakehouse
Expand Down

0 comments on commit a53900e

Please sign in to comment.