Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ WORKDIR /code
|
|
8 |
COPY . .
|
9 |
|
10 |
# Install any needed packages specified in requirements.txt
|
11 |
-
RUN pip install
|
12 |
|
13 |
# Make port 8000 available to the world outside this container
|
14 |
EXPOSE 8000
|
|
|
8 |
COPY . .
|
9 |
|
10 |
# Install any needed packages specified in requirements.txt
|
11 |
+
RUN pip install -r requirements.txt
|
12 |
|
13 |
# Make port 8000 available to the world outside this container
|
14 |
EXPOSE 8000
|