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 446bf18 commit a132597Copy full SHA for a132597
docker/Dockerfile
@@ -44,7 +44,6 @@ RUN rm -rf /opt/pytorch/torch_tensorrt
44
# copy source repo
45
COPY . /workspace/torch_tensorrt
46
COPY --from=torch-tensorrt-builder /workspace/torch_tensorrt/src/py/dist/ .
47
-#RUN conda init bash
48
49
RUN pip3 install ipywidgets --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host=files.pythonhosted.org
50
RUN jupyter nbextension enable --py widgetsnbextension
docker/Dockerfile.ngc
@@ -1,4 +1,4 @@
1
-ARG BASE=21.10
+ARG BASE=22.04
2
ARG BASE_IMG=nvcr.io/nvidia/pytorch:${BASE}-py3
3
FROM ${BASE_IMG} as base
4
0 commit comments