Spaces:
Sleeping
Sleeping
samanthakarungi
commited on
Update dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ FROM python:3.12.0
|
|
5 |
COPY . .
|
6 |
|
7 |
# Set the working directory to /
|
8 |
-
WORKDIR /
|
9 |
|
10 |
# Install requirements.txt
|
11 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
|
|
5 |
COPY . .
|
6 |
|
7 |
# Set the working directory to /
|
8 |
+
WORKDIR /
|
9 |
|
10 |
# Install requirements.txt
|
11 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|