Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -7,5 +7,5 @@ WORKDIR /app
|
|
| 7 |
RUN pip install huggingface_hub
|
| 8 |
|
| 9 |
COPY . .
|
| 10 |
-
|
| 11 |
-
CMD ["python","app.py"]
|
|
|
|
| 7 |
RUN pip install huggingface_hub
|
| 8 |
|
| 9 |
COPY . .
|
| 10 |
+
RUN lscpu
|
| 11 |
+
#CMD ["python","app.py"]
|