moriire commited on
Commit
a238b59
1 Parent(s): c9172a3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
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 \
 
1
  #FROM ubuntu
2
+ FROM python:3.10-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 \