rahulreshma commited on
Commit
d5d5d21
·
verified ·
1 Parent(s): 7fea9cb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- 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
 
1
+ FROM ubuntu
2
  RUN echo test
3
 
4
  RUN apt update && apt install -y python3 python3-pip python3-venv sudo htop