moriire commited on
Commit
f14c950
·
verified ·
1 Parent(s): 3c81e23

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,4 +1,5 @@
1
- FROM python:3.11-slim-bullseye
 
2
  #FROM nvidia/cuda:12.3.0-devel-ubuntu22.04
3
  RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
4
  python3 \
 
1
+ FROM ubuntu
2
+ #FROM python:3.11-slim-bullseye
3
  #FROM nvidia/cuda:12.3.0-devel-ubuntu22.04
4
  RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
5
  python3 \