Skip to content

Commit

Permalink
Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
stekc committed Oct 10, 2024
1 parent e9dabf5 commit 9b15bce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
Keto:
container_name: Keto
image: python:3.12-alpine
image: python:3.13-alpine3.20
working_dir: /opt/keto
env_file:
- .env
Expand All @@ -12,5 +12,5 @@ services:
- 8.8.4.4
volumes:
- ./:/opt/keto
command: sh -c "apk --no-cache --update add git build-base cmake python3-dev linux-headers && pip install --no-cache-dir -r requirements.txt && python main.py"
command: sh -c "apk --no-cache --update add git build-base cmake python3-dev linux-headers rust cargo && pip install --no-cache-dir -r requirements.txt && python main.py"
restart: unless-stopped
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ tomli==2.0.2
tqdm==4.66.5
typing_extensions==4.12.2
yarl==1.13.1
audioop-lts==0.2.1; python_version >= '3.13'

0 comments on commit 9b15bce

Please sign in to comment.