Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -9,6 +9,7 @@ RUN chmod 1777 /tmp \
|
|
9 |
wget \
|
10 |
libgl1 \
|
11 |
python3-pip \
|
|
|
12 |
&& wget -qO /tmp/cuda-keyring.deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb \
|
13 |
&& dpkg -i /tmp/cuda-keyring.deb && apt update -q \
|
14 |
&& apt install -y --no-install-recommends libcudnn8 libcublas-12-2
|
|
|
9 |
wget \
|
10 |
libgl1 \
|
11 |
python3-pip \
|
12 |
+
libssl1.1 \ # Install libssl1.1 for compatibility
|
13 |
&& wget -qO /tmp/cuda-keyring.deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb \
|
14 |
&& dpkg -i /tmp/cuda-keyring.deb && apt update -q \
|
15 |
&& apt install -y --no-install-recommends libcudnn8 libcublas-12-2
|