NotRev commited on
Commit
c7595cb
·
verified ·
1 Parent(s): 19f61ea

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,6 +12,7 @@ COPY requirements.txt ./
12
  COPY app.py ./
13
  COPY model.pkl ./
14
  COPY vectorizer.pkl ./
 
15
  RUN pip3 install -r requirements.txt
16
 
17
  EXPOSE 8501
 
12
  COPY app.py ./
13
  COPY model.pkl ./
14
  COPY vectorizer.pkl ./
15
+
16
  RUN pip3 install -r requirements.txt
17
 
18
  EXPOSE 8501