thejagstudio commited on
Commit
64a9e22
1 Parent(s): fa2a28b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -1,6 +1,4 @@
1
- FROM nvidia/cuda:11.3.1-base-ubuntu20.04
2
- ENV DEBIAN_FRONTEND=noninteractive \
3
- TZ=Europe/Paris
4
 
5
  # Remove any third-party apt sources to avoid issues with expiring keys.
6
  # Install some basic utilities
 
1
+ FROM ubuntu:24.04
 
 
2
 
3
  # Remove any third-party apt sources to avoid issues with expiring keys.
4
  # Install some basic utilities