Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
17 |
|
18 |
# Copy the application code (excluding models)
|
19 |
COPY app /code/app
|
20 |
-
COPY main.py .
|
21 |
|
22 |
# Create models and cache directories and set correct permissions
|
23 |
RUN mkdir -p /code/models/.cache/huggingface && \
|
|
|
17 |
|
18 |
# Copy the application code (excluding models)
|
19 |
COPY app /code/app
|
20 |
+
COPY app/main.py ./main.py
|
21 |
|
22 |
# Create models and cache directories and set correct permissions
|
23 |
RUN mkdir -p /code/models/.cache/huggingface && \
|