Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -9,6 +9,8 @@ RUN pip install tensorflow
|
|
| 9 |
RUN pip install gradio
|
| 10 |
|
| 11 |
COPY Data /app3/Data
|
|
|
|
|
|
|
| 12 |
|
| 13 |
COPY . .
|
| 14 |
|
|
|
|
| 9 |
RUN pip install gradio
|
| 10 |
|
| 11 |
COPY Data /app3/Data
|
| 12 |
+
COPY ROCAS.token.txt /app3/ROCAS.token.txt
|
| 13 |
+
|
| 14 |
|
| 15 |
COPY . .
|
| 16 |
|