jgwill commited on
Commit
b3862b7
1 Parent(s): 0bd48e6
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -12,8 +12,9 @@ RUN pip install -U pip
12
 
13
 
14
  COPY requirements.txt .
 
15
  RUN pip install -r requirements.txt
16
- RUN pip install -U tensorflow
17
 
18
  COPY server.py .
19
  COPY compo-singleone-v1-dev-acc.py .
 
12
 
13
 
14
  COPY requirements.txt .
15
+
16
  RUN pip install -r requirements.txt
17
+ #RUN pip install -U tensorflow
18
 
19
  COPY server.py .
20
  COPY compo-singleone-v1-dev-acc.py .