Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -21,4 +21,6 @@ RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
|
|
21 |
|
22 |
COPY . .
|
23 |
|
|
|
|
|
24 |
CMD ["python", "/opt/build/app.py"]
|
|
|
21 |
|
22 |
COPY . .
|
23 |
|
24 |
+
RUN pip install -r requirements.txt
|
25 |
+
|
26 |
CMD ["python", "/opt/build/app.py"]
|