thechaiexperiment commited on
Commit
dc1f6ee
·
1 Parent(s): 77f238b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # Use python:3.9-slim as the base image
2
- FROM python:3.9-slim
3
 
4
  # Set the working directory inside the container
5
  WORKDIR /code
 
1
+ # Use python:3.11-slim as the base image
2
+ FROM python:3.11-slim
3
 
4
  # Set the working directory inside the container
5
  WORKDIR /code