Spaces:
Build error
Build error
brarnovidra
commited on
Commit
•
2ab8fdc
1
Parent(s):
f689df8
Update Dockerfile
Browse files- Dockerfile +0 -9
Dockerfile
CHANGED
@@ -10,15 +10,6 @@ WORKDIR /app
|
|
10 |
# Set the CUDA_HOME environment variable
|
11 |
ENV CUDA_HOME=/usr/local/cuda
|
12 |
|
13 |
-
# Install CUDA dependencies
|
14 |
-
RUN apt-get update && apt-get install -y --no-install-recommends \
|
15 |
-
cuda-command-line-tools-11-8 \
|
16 |
-
libcublas-11-8 \
|
17 |
-
libcublas-dev-11-8 \
|
18 |
-
libcudnn8=8.4.1.50-1+cuda11.8 \
|
19 |
-
libcudnn8-dev=8.4.1.50-1+cuda11.8 \
|
20 |
-
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
21 |
-
|
22 |
# Copy and install Python dependencies
|
23 |
COPY --chown=user ./requirements.txt requirements.txt
|
24 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
|
10 |
# Set the CUDA_HOME environment variable
|
11 |
ENV CUDA_HOME=/usr/local/cuda
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
# Copy and install Python dependencies
|
14 |
COPY --chown=user ./requirements.txt requirements.txt
|
15 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|