Skip to content

Commit 061d7bb

Browse files
authored
Update Dockerfile
1 parent 8b4b750 commit 061d7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ COPY ./requirements.txt /tmp/
3232
RUN \
3333
# tutorial dependencies
3434
pip install --no-cache-dir black faker ipykernel && \
35-
pip install --no-cache-dir -r /tmp/requirements.txt && \
35+
pip install --no-cache-dir -r /tmp/requirements.txt --upgrade && \
3636
rm /tmp/requirements.txt
3737

3838
ENV DJ_HOST fakeservices.datajoint.io

0 commit comments

Comments
 (0)