Skip to content

Commit

Permalink
limit concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierDehaene committed Nov 21, 2023
1 parent abb498a commit 1503de8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:
uses: docker/[email protected]
with:
install: true
config-inline: |
[worker.oci]
max-parallelism = 1
- name: Inject slug/short variables
uses: rlespinasse/[email protected]
- name: Tailscale
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ARG PYTORCH_VERSION=2.1.0
ARG PYTHON_VERSION=3.10
# Keep in sync with `server/pyproject.toml
ARG CUDA_VERSION=12.1
ARG MAMBA_VERSION=23.1.0-1
ARG MAMBA_VERSION=23.3.1-1
ARG CUDA_CHANNEL=nvidia
ARG INSTALL_CHANNEL=pytorch
# Automatically set by buildx
Expand Down

0 comments on commit 1503de8

Please sign in to comment.