Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ RUN chmod 1777 /tmp \
|
|
12 |
&& apt install -y --no-install-recommends libcudnn8 libcublas-12-2
|
13 |
|
14 |
# Copy the requirements.txt file into the container
|
15 |
-
COPY requirements.txt
|
16 |
|
17 |
# Install Python dependencies from requirements.txt
|
18 |
RUN pip install --no-cache-dir -r /app/requirements.txt
|
|
|
12 |
&& apt install -y --no-install-recommends libcudnn8 libcublas-12-2
|
13 |
|
14 |
# Copy the requirements.txt file into the container
|
15 |
+
COPY requirements.txt requirements.txt
|
16 |
|
17 |
# Install Python dependencies from requirements.txt
|
18 |
RUN pip install --no-cache-dir -r /app/requirements.txt
|