lorocksUMD commited on
Commit
4ce6bc9
·
verified ·
1 Parent(s): 2c75a35

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  # Use an NVIDIA CUDA base image with CUDA 11.8 and Ubuntu 20.04
2
- FROM mhamilton723/featup:latest
 
3
 
4
  # Set a working directory
5
  WORKDIR /app
 
1
  # Use an NVIDIA CUDA base image with CUDA 11.8 and Ubuntu 20.04
2
+ # FROM mhamilton723/featup:latest
3
+ FROM ubuntu:latest
4
 
5
  # Set a working directory
6
  WORKDIR /app