Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
|
|
7 |
# Copy all files from the current directory to the container
|
8 |
COPY . .
|
9 |
|
10 |
-
# Install Python dependencies
|
11 |
RUN pip install --no-cache-dir -r requirements.txt
|
12 |
|
13 |
# Create a writable cache directory for Hugging Face models
|
|
|
7 |
# Copy all files from the current directory to the container
|
8 |
COPY . .
|
9 |
|
10 |
+
# Install Python dependencies, including PyTorch
|
11 |
RUN pip install --no-cache-dir -r requirements.txt
|
12 |
|
13 |
# Create a writable cache directory for Hugging Face models
|