ojoel98 commited on
Commit
d2320fc
·
verified ·
1 Parent(s): b76b1ff

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -1
Dockerfile CHANGED
@@ -8,7 +8,11 @@ RUN pip install gTTs
8
  RUN pip install tensorflow
9
  RUN pip install gradio
10
 
11
- COPY Data /app3/
 
 
 
 
12
 
13
  COPY ROCAS.token.txt /app3/ROCAS.token.txt
14
 
 
8
  RUN pip install tensorflow
9
  RUN pip install gradio
10
 
11
+ COPY Data /app3/Data
12
+
13
+ COPY data2.zip /app3/data2.zip
14
+
15
+ RUN unzip /app3/data2.zip -d /app3/data2
16
 
17
  COPY ROCAS.token.txt /app3/ROCAS.token.txt
18