Spaces:
Running
Running
MVPilgrim
commited on
Commit
·
60a0d81
1
Parent(s):
a22d55d
debug
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
# Start with NVIDIA CUDA 12.6 base image
|
2 |
FROM nvidia/cuda:12.6.0-base-ubuntu22.04 AS base
|
3 |
|
|
|
|
|
|
|
4 |
# Install necessary dependencies and musl
|
5 |
RUN apt-get update && apt-get install -y \
|
6 |
software-properties-common \
|
|
|
1 |
# Start with NVIDIA CUDA 12.6 base image
|
2 |
FROM nvidia/cuda:12.6.0-base-ubuntu22.04 AS base
|
3 |
|
4 |
+
ENV DEBIAN_FRONTEND=noninteractive
|
5 |
+
ENV DEBCONF_NOWARNINGS="yes"
|
6 |
+
|
7 |
# Install necessary dependencies and musl
|
8 |
RUN apt-get update && apt-get install -y \
|
9 |
software-properties-common \
|