Spaces:
Runtime error
Runtime error
Gilbert Botchway commited on
Commit ·
efc309d
1
Parent(s): 47f3519
Docker file update with image #
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -12,6 +12,8 @@ COPY requirements.txt .
|
|
| 12 |
|
| 13 |
COPY sentimentappstreamlit.py .
|
| 14 |
|
|
|
|
|
|
|
| 15 |
RUN pip3 install --upgrade pip
|
| 16 |
|
| 17 |
RUN pip3 install -r requirements.txt
|
|
|
|
| 12 |
|
| 13 |
COPY sentimentappstreamlit.py .
|
| 14 |
|
| 15 |
+
COPY sentiments.png .
|
| 16 |
+
|
| 17 |
RUN pip3 install --upgrade pip
|
| 18 |
|
| 19 |
RUN pip3 install -r requirements.txt
|