Spaces:
Sleeping
Sleeping
Update Dockerfile.txt
Browse files- Dockerfile.txt +1 -1
Dockerfile.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Use the official Python image from the Docker Hub
|
2 |
FROM python:3.11-slim
|
3 |
|
4 |
-
# Set the working directory in the container
|
5 |
WORKDIR /app
|
6 |
|
7 |
# Copy the requirements file first to leverage Docker cache
|
|
|
1 |
# Use the official Python image from the Docker Hub
|
2 |
FROM python:3.11-slim
|
3 |
|
4 |
+
# Set the working directory in the container
|
5 |
WORKDIR /app
|
6 |
|
7 |
# Copy the requirements file first to leverage Docker cache
|