Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Use a lightweight Python image
|
2 |
FROM python:3.10-slim
|
3 |
|
4 |
-
# Set working
|
5 |
WORKDIR /app
|
6 |
|
7 |
# Set environment variables for Hugging Face cache
|
|
|
1 |
# Use a lightweight Python image
|
2 |
FROM python:3.10-slim
|
3 |
|
4 |
+
# Set working direct
|
5 |
WORKDIR /app
|
6 |
|
7 |
# Set environment variables for Hugging Face cache
|