Spaces:
Paused
Paused
update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ ARG BASE_CUDA_RUN_CONTAINER=nvidia/cuda:${CUDA_VERSION}-runtime-ubuntu${UBUNTU_V
|
|
7 |
FROM ${BASE_CUDA_RUN_CONTAINER} AS runtime
|
8 |
|
9 |
RUN apt-get update && \
|
10 |
-
apt-get install -y libgomp1 python3 bash git git-lfs wget curl procps htop vim nano net-tools
|
11 |
rm -rf /var/lib/apt/lists/*
|
12 |
|
13 |
# Set up a new user named "user" with user ID 1000
|
|
|
7 |
FROM ${BASE_CUDA_RUN_CONTAINER} AS runtime
|
8 |
|
9 |
RUN apt-get update && \
|
10 |
+
apt-get install -y libgomp1 python3 bash git git-lfs wget curl procps htop vim nano net-tools iputils-ping netcat sudo && \
|
11 |
rm -rf /var/lib/apt/lists/*
|
12 |
|
13 |
# Set up a new user named "user" with user ID 1000
|