ojoel98 commited on
Commit
309d83d
·
verified ·
1 Parent(s): 619fdd6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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