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