Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ttngu207 authored Sep 26, 2024
1 parent 8b4b750 commit 061d7bb
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 061d7bb

Please sign in to comment.