thejagstudio commited on
Commit
c011341
·
verified ·
1 Parent(s): af95518

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3
2
  WORKDIR /data/app
3
  COPY requirements.txt ./
4
  RUN pip install -r requirements.txt
 
1
+ FROM tensorflow/tensorflow:2.12.0
2
  WORKDIR /data/app
3
  COPY requirements.txt ./
4
  RUN pip install -r requirements.txt