Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
# Use an official Python runtime as a parent image
|
| 2 |
FROM python:3.11-slim
|
| 3 |
|
|
|
|
|
|
|
| 4 |
# Set environment variables for Hugging Face cache
|
| 5 |
ENV DEBIAN_FRONTEND=noninteractive \
|
| 6 |
PYTHONUNBUFFERED=1 \
|
|
|
|
| 1 |
# Use an official Python runtime as a parent image
|
| 2 |
FROM python:3.11-slim
|
| 3 |
|
| 4 |
+
WORKDIR /app #add by P
|
| 5 |
+
|
| 6 |
# Set environment variables for Hugging Face cache
|
| 7 |
ENV DEBIAN_FRONTEND=noninteractive \
|
| 8 |
PYTHONUNBUFFERED=1 \
|