Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +10 -0
Dockerfile
CHANGED
|
@@ -11,6 +11,16 @@ RUN apt-get update && apt-get install -y \
|
|
| 11 |
COPY requirements.txt ./
|
| 12 |
COPY src/ ./src/
|
| 13 |
COPY huniutoo.png ./huniutoo.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
RUN pip3 install -r requirements.txt
|
| 16 |
|
|
|
|
| 11 |
COPY requirements.txt ./
|
| 12 |
COPY src/ ./src/
|
| 13 |
COPY huniutoo.png ./huniutoo.png
|
| 14 |
+
COPY galien.png ./galien.png
|
| 15 |
+
COPY gastronaut.png ./gastronaut.png
|
| 16 |
+
COPY gmarket.png ./gmarket.png
|
| 17 |
+
COPY gmystery.png ./gmystery.png
|
| 18 |
+
COPY gmystsolved.png ./gmystsolved.png
|
| 19 |
+
COPY gscience.png ./gscience.png
|
| 20 |
+
COPY gscipath.png ./gscipath.png
|
| 21 |
+
COPY gwecon.png ./gwecon.png
|
| 22 |
+
|
| 23 |
+
|
| 24 |
|
| 25 |
RUN pip3 install -r requirements.txt
|
| 26 |
|