moriire commited on
Commit
4231027
1 Parent(s): fccfd2c

Update Dockerfile

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