Spaces:
Sleeping
Sleeping
new dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
FROM nvidia/cuda:12.2.0-runtime-ubuntu20.04
|
|
|
|
| 2 |
|
| 3 |
# Install basic system dependencies including software-properties-common
|
| 4 |
RUN apt-get update && apt-get install -y \
|
|
|
|
| 1 |
FROM nvidia/cuda:12.2.0-runtime-ubuntu20.04
|
| 2 |
+
ENV DEBIAN_FRONTEND=noninteractive
|
| 3 |
|
| 4 |
# Install basic system dependencies including software-properties-common
|
| 5 |
RUN apt-get update && apt-get install -y \
|