rahulreshma commited on
Commit
39a8a8f
·
verified ·
1 Parent(s): 1f39e72

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- #USER root
6
- #CMD python3 -m http.server
 
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