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

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
-
6
  WORKDIR /app
7
  RUN pip install huggingface_hub
8
 
9
  COPY . .
10
- RUN lscpu
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
+ RUN lscpu
6
  WORKDIR /app
7
  RUN pip install huggingface_hub
8
 
9
  COPY . .
10
+
11
  #CMD ["python","app.py"]