Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -25,7 +25,7 @@ RUN pip install --upgrade pip
|
|
| 25 |
COPY . /app
|
| 26 |
|
| 27 |
# install requirements
|
| 28 |
-
|
| 29 |
|
| 30 |
# Unzip the data.zip file into the /app/data directory
|
| 31 |
RUN unzip data.zip -d /app/data
|
|
|
|
| 25 |
COPY . /app
|
| 26 |
|
| 27 |
# install requirements
|
| 28 |
+
CMD ['pip install -r requirements.txt']
|
| 29 |
|
| 30 |
# Unzip the data.zip file into the /app/data directory
|
| 31 |
RUN unzip data.zip -d /app/data
|