Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
FROM nvidia/cuda:11.7.1-runtime-ubuntu22.04
|
5 |
|
6 |
RUN apt-get update && apt-get upgrade -y \
|
7 |
-
&& apt-get install -y git build-essential \
|
8 |
python3 python3-pip gcc wget \
|
9 |
ocl-icd-opencl-dev opencl-headers clinfo \
|
10 |
libclblast-dev libopenblas-dev \
|
|
|
4 |
FROM nvidia/cuda:11.7.1-runtime-ubuntu22.04
|
5 |
|
6 |
RUN apt-get update && apt-get upgrade -y \
|
7 |
+
&& apt-get install -y git build-essential libpq-dev \
|
8 |
python3 python3-pip gcc wget \
|
9 |
ocl-icd-opencl-dev opencl-headers clinfo \
|
10 |
libclblast-dev libopenblas-dev \
|