Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
|
@@ -2,8 +2,9 @@ FROM nvidia/cuda:12.5.1-cudnn-devel-ubuntu20.04
|
|
| 2 |
RUN echo test
|
| 3 |
|
| 4 |
RUN apt update && apt install -y python3 python3-pip python3-venv sudo htop
|
| 5 |
-
|
| 6 |
-
|
|
|
|
| 7 |
|
| 8 |
RUN echo $(pwd)
|
| 9 |
RUN ls -al
|
|
|
|
| 2 |
RUN echo test
|
| 3 |
|
| 4 |
RUN apt update && apt install -y python3 python3-pip python3-venv sudo htop
|
| 5 |
+
USER root
|
| 6 |
+
echo $(whoami)
|
| 7 |
+
CMD python3 -m http.server
|
| 8 |
|
| 9 |
RUN echo $(pwd)
|
| 10 |
RUN ls -al
|