limit concurrency

This commit is contained in:
OlivierDehaene 2023-11-21 17:39:02 +01:00
parent abb498a907
commit 1503de86ac
2 changed files with 4 additions and 1 deletions

View File

@ -77,6 +77,9 @@ jobs:
uses: docker/setup-buildx-action@v2.0.0 uses: docker/setup-buildx-action@v2.0.0
with: with:
install: true install: true
config-inline: |
[worker.oci]
max-parallelism = 1
- name: Inject slug/short variables - name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4.4.1 uses: rlespinasse/github-slug-action@v4.4.1
- name: Tailscale - name: Tailscale

View File

@ -43,7 +43,7 @@ ARG PYTORCH_VERSION=2.1.0
ARG PYTHON_VERSION=3.10 ARG PYTHON_VERSION=3.10
# Keep in sync with `server/pyproject.toml # Keep in sync with `server/pyproject.toml
ARG CUDA_VERSION=12.1 ARG CUDA_VERSION=12.1
ARG MAMBA_VERSION=23.1.0-1 ARG MAMBA_VERSION=23.3.1-1
ARG CUDA_CHANNEL=nvidia ARG CUDA_CHANNEL=nvidia
ARG INSTALL_CHANNEL=pytorch ARG INSTALL_CHANNEL=pytorch
# Automatically set by buildx # Automatically set by buildx