Skip to content

Commit 7927c20

Browse files
authored
Remove experimental mirror line (openvdb#287)
This line was just for testing and accidentally made it into the commit. Signed-off-by: Matthew Cong <mcong@nvidia.com>
1 parent a331856 commit 7927c20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ FROM nvidia/cuda:12.8.1-cudnn-devel-ubuntu22.04
33
# Set environment variables to prevent interactive prompts during installation.
44
ENV DEBIAN_FRONTEND=noninteractive
55

6-
RUN sed -i 's/archive.ubuntu.com/mirrors.ocf.berkeley.edu/g' /etc/apt/sources.list
7-
86
# Install Python
97
RUN apt-get update && \
108
apt-get install -y python3-pip python3-dev python3-venv python-is-python3 wget git ninja-build vim libxcb1-dev libx11-dev libgl-dev pkgconf && \

0 commit comments

Comments
 (0)