Skip to content

Commit

Permalink
add custom juicefs for worker
Browse files Browse the repository at this point in the history
Luke Lombardi committed Apr 23, 2024
1 parent 81b1011 commit ec31ace
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile.gateway
Original file line number Diff line number Diff line change
@@ -3,8 +3,7 @@ FROM golang:1.21-bullseye as base
RUN apt-get update && \
apt-get install -y --no-install-recommends fuse3

RUN curl -L https://beam-runner-python-deps.s3.amazonaws.com/juicefs -o /usr/local/bin/juicefs && chmod +x /usr/local/bin/juicefs

RUN curl -L https://beam-runner-python-deps.s3.amazonaws.com/juicefs -o /usr/local/bin/juicefs && chmod +x /usr/local/bin/juicefs
RUN curl -fsSL https://tailscale.com/install.sh | sh

RUN apt-get install -y libfuse2 && \
2 changes: 1 addition & 1 deletion docker/Dockerfile.worker
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@ RUN apt-get update && \
curl -fsSL https://nvidia.github.io/nvidia-container-runtime/ubuntu20.04/nvidia-container-runtime.list | tee /etc/apt/sources.list.d/nvidia-container-runtime.list && \
apt-get update

RUN curl -sSL https://d.juicefs.com/install | sh -
RUN curl -L https://beam-runner-python-deps.s3.amazonaws.com/juicefs -o /usr/local/bin/juicefs && chmod +x /usr/local/bin/juicefs
RUN curl -fsSL https://tailscale.com/install.sh | sh
RUN apt-get install -y --no-install-recommends criu nvidia-container-toolkit-base nvidia-container-toolkit
RUN apt-get install -y libfuse2 && \

0 comments on commit ec31ace

Please sign in to comment.