Skip to content

Commit c3cc17c

Browse files
committed
jupyterlab-lsp 3.6.0 depends on jupyterlab<4.0.0a0 and >=3.0.0
1 parent 0989f96 commit c3cc17c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

vendor/ngc-pytorch/Dockerfile.22.03-py3

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,7 @@ RUN mkdir /tmp/openmpi && \
165165
echo "btl_tcp_if_exclude = lo,docker0" >> /usr/local/etc/openmpi-mca-params.conf
166166

167167
WORKDIR /tmp
168-
COPY ./requirements.22.04.txt /tmp/requirements.txt
169-
RUN /opt/conda/bin/python3 -m pip install --no-cache-dir -r requirements.txt && \
170-
rm -f /tmp/*.whl /tmp/requirements.txt
171-
COPY ./requirements.22.04.1.txt /tmp/requirements.txt
168+
COPY ./requirements.22.03.txt /tmp/requirements.txt
172169
RUN /opt/conda/bin/python3 -m pip install --no-cache-dir -r requirements.txt && \
173170
rm -f /tmp/*.whl /tmp/requirements.txt
174171

0 commit comments

Comments
 (0)