Skip to content

Commit a132597

Browse files
committed
refactor(//docker): Address review comments
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 446bf18 commit a132597

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ RUN rm -rf /opt/pytorch/torch_tensorrt
4444
# copy source repo
4545
COPY . /workspace/torch_tensorrt
4646
COPY --from=torch-tensorrt-builder /workspace/torch_tensorrt/src/py/dist/ .
47-
#RUN conda init bash
4847

4948
RUN pip3 install ipywidgets --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host=files.pythonhosted.org
5049
RUN jupyter nbextension enable --py widgetsnbextension

docker/Dockerfile.ngc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE=21.10
1+
ARG BASE=22.04
22
ARG BASE_IMG=nvcr.io/nvidia/pytorch:${BASE}-py3
33
FROM ${BASE_IMG} as base
44

0 commit comments

Comments
 (0)