Spaces:
Runtime error
Runtime error
Gilbert Botchway commited on
Commit ·
d72692c
1
Parent(s): 0f273eb
modification
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -2,7 +2,7 @@ FROM python:3.9
|
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
|
| 5 |
-
COPY requirements.txt
|
| 6 |
|
| 7 |
COPY sentimentappstreamlit.py .
|
| 8 |
|
|
|
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
|
| 5 |
+
COPY requirements.txt .
|
| 6 |
|
| 7 |
COPY sentimentappstreamlit.py .
|
| 8 |
|