Skip to content

Commit 17f6893

Browse files
authored
Merge pull request #45 from ttngu207/master
Upgrade all dependencies in devcontainer
2 parents 8b4b750 + 061d7bb commit 17f6893

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)