This commit is contained in:
Piero Toffanin 2023-02-01 17:44:51 -05:00
commit 1742157f00
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2

View file

@ -5,7 +5,7 @@ services:
container_name: libretranslate
build:
context: .
dockerfile: docker/cuda.Dockerfile
dockerfile: docker/Dockerfile
restart: unless-stopped
ports:
- "5000:5000"