Mdean77 commited on
Commit
25e0cb7
·
1 Parent(s): 748e3ea

Downgraded to 3.12

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -11,8 +11,8 @@
11
  # CMD ["chainlit", "run", "app.py", "--port", "7860"]
12
 
13
  # Get a distribution that has uv already installed
14
- FROM ghcr.io/astral-sh/uv:python3.13-bookworm
15
- # FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim
16
  # Add user-this is the user that will run the app
17
  # If you do not set user, the app will run as root (undesirable)
18
  RUN useradd -m -u 1000 user
 
11
  # CMD ["chainlit", "run", "app.py", "--port", "7860"]
12
 
13
  # Get a distribution that has uv already installed
14
+ # FROM ghcr.io/astral-sh/uv:python3.13-bookworm
15
+ FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim
16
  # Add user-this is the user that will run the app
17
  # If you do not set user, the app will run as root (undesirable)
18
  RUN useradd -m -u 1000 user