Neon-tech commited on
Commit
bd03eb7
·
verified ·
1 Parent(s): cf6f21a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -2,10 +2,10 @@
2
  # you will also find guides on how best to write your Dockerfile
3
 
4
  FROM python:3.9
5
- RUN lscpu
6
  WORKDIR /app
7
  RUN pip install huggingface_hub
8
 
9
  COPY . .
10
 
11
- #CMD ["python","app.py"]
 
2
  # you will also find guides on how best to write your Dockerfile
3
 
4
  FROM python:3.9
5
+
6
  WORKDIR /app
7
  RUN pip install huggingface_hub
8
 
9
  COPY . .
10
 
11
+ CMD ["python","app.py"]