Update Dockerfile
Browse files- 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 |
-
|
| 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"]
|