Spaces:
Paused
Paused
Commit
·
3f3dcab
1
Parent(s):
2ee651b
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -3,6 +3,8 @@ FROM nvidia/cuda:11.1.1-cudnn8-runtime-ubuntu20.04
|
|
3 |
# Set up your working directory
|
4 |
WORKDIR /code
|
5 |
|
|
|
|
|
6 |
# Install any other dependencies you need
|
7 |
# For example, let's say you want to install Python and pip
|
8 |
RUN apt-get update && \
|
|
|
3 |
# Set up your working directory
|
4 |
WORKDIR /code
|
5 |
|
6 |
+
ARG DEBIAN_FRONTEND=noninteractive
|
7 |
+
|
8 |
# Install any other dependencies you need
|
9 |
# For example, let's say you want to install Python and pip
|
10 |
RUN apt-get update && \
|