yewzy commited on
Commit
7f1104e
·
verified ·
1 Parent(s): 1a4b172

Update dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +1 -0
dockerfile CHANGED
@@ -4,6 +4,7 @@ WORKDIR /app
4
 
5
  COPY requirements.txt requirements.txt
6
  RUN pip install -r requirements.txt  
 
7
 
8
 
9
  COPY . .
 
4
 
5
  COPY requirements.txt requirements.txt
6
  RUN pip install -r requirements.txt  
7
+ RUN pip install tensorflow
8
 
9
 
10
  COPY . .