Skip to content

Commit

Permalink
Increase root system size
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre.delaunay committed Jan 21, 2025
1 parent 1c538b0 commit f035e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
remove-haskell: 'true'
remove-android: 'true'
build-mount-path: /home/runner/work/milabench/
root-reserve-mb: 20000
root-reserve-mb: 30000

- name: Show all images
run: |
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-cuda
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN apt-get update -y &&\
# Install Rust
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"
ENV CUDA_HOME=/usr/local/cuda-12.1
ENV CUDA_HOME=/usr/local/cuda-12/

# Install Milabench
# -----------------
Expand Down

0 comments on commit f035e5b

Please sign in to comment.