Skip to content

Commit

Permalink
Merge pull request #45 from ttngu207/master
Browse files Browse the repository at this point in the history
Upgrade all dependencies in devcontainer
  • Loading branch information
ttngu207 authored Sep 26, 2024
2 parents 8b4b750 + 061d7bb commit 17f6893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COPY ./requirements.txt /tmp/
RUN \
# tutorial dependencies
pip install --no-cache-dir black faker ipykernel && \
pip install --no-cache-dir -r /tmp/requirements.txt && \
pip install --no-cache-dir -r /tmp/requirements.txt --upgrade && \
rm /tmp/requirements.txt

ENV DJ_HOST fakeservices.datajoint.io
Expand Down

0 comments on commit 17f6893

Please sign in to comment.