We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da1898 commit 7b531acCopy full SHA for 7b531ac
dockers/nvidia/Dockerfile
@@ -44,10 +44,11 @@ RUN \
44
pip install -r ./pytorch-lightning/requirements/examples.txt --no-cache-dir --upgrade-strategy only-if-needed && \
45
pip install ./pytorch-lightning --no-cache-dir && \
46
rm -rf pytorch-lightning && \
47
+ pip install jupyterlab[all] -U && \
48
pip list
49
50
RUN pip install lightning-grid -U && \
- pip install "py>=1.10" --upgrade-strategy only-if-needed
51
+ pip install "py>=1.10" "protobuf>=3.15.6" --upgrade-strategy only-if-needed
52
53
ENV PYTHONPATH="/workspace"
54
0 commit comments