Skip to content

Commit f94a88c

Browse files
authored
Fix Python-Data-Slim Dockerfile (#221)
1 parent 7d246ce commit f94a88c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PALANTIR-WORKFLOWS
22

3-
[![Test Status](https://github.com/broadinstitute/palantir-workflows/actions/workflows/run_tests.yaml/badge.svg?branch=main)](https://github.com/broadinstitute/palantir-workflows/actions/workflows/run_tests.yaml/badge.svg?branch=main)
3+
[![Test Status](https://github.com/broadinstitute/palantir-workflows/actions/workflows/run_tests.yaml/badge.svg?branch=main)](https://github.com/broadinstitute/palantir-workflows/actions/workflows/run_tests.yaml/badge.svg?branch=main) [![Dockerfiles Status](https://github.com/broadinstitute/palantir-workflows/actions/workflows/test_dockerfiles.yaml/badge.svg?branch=main)](https://github.com/broadinstitute/palantir-workflows/actions/workflows/test_dockerfiles.yaml/badge.svg?branch=main)
44

55
Utility workflows used by the DSP's Palantir team. This repository should be used to manage frequently used utility workflows for the team, and facilitate their use on [Terra](https://app.terra.bio/) through [Dockstore](https://dockstore.org/).
66

Utilities/Dockers/Python-Data-Slim/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM python:3.12.5
22
RUN pip install pandas==2.2.2 \
33
numpy==2.1.0 \
44
scipy==1.14.0 \
5-
firecloud==0.16.37 \
5+
setuptools==79.0.1 \
66
fsspec==2024.6.1 \
77
gcsfs==2024.6.1
8+
RUN pip install --no-build-isolation firecloud==0.16.37

0 commit comments

Comments
 (0)