Skip to content

Commit

Permalink
Add s3fs for object store operations
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Jan 28, 2025
1 parent fec3181 commit 5769ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.cc-analysis-alma9
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ RUN pip install --no-cache-dir \
dask-gateway \
prometheus_client \
comm>=0.1.2 \
mlflow
mlflow \
s3fs

#RUN if [ "${TAG:-}" == "development" ]; then pip install --no-cache-dir git+https://github.com/CoffeaTeam/coffea-casa.git#egg=coffea_casa ; else pip install --no-cache-dir coffea_casa -U ; fi
RUN pip install --no-cache-dir git+https://github.com/CoffeaTeam/coffea-casa.git#egg=coffea_casa
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.cc-dask-alma9
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ RUN pip install --no-cache-dir \
prometheus_client \
comm>=0.1.2 \
mlflow \
s3fs \
jupytext \
# https://github.com/ssl-hep/servicex-labextension.git
servicex-dashboard
Expand Down

0 comments on commit 5769ccf

Please sign in to comment.