Skip to content

Commit 1765386

Browse files
authored
Merge pull request #39 from TaskarCenterAtUW/fex-pipeline
Trying to fix the pipeline
2 parents 548c59f + 0da5913 commit 1765386

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM python:3.11
22
WORKDIR /code
33
COPY ./requirements.txt /code/requirements.txt
4+
5+
RUN pip install --upgrade pip setuptools
46
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
57
# RUN pip install dask[dataframe]
68
# Add code for confidence metrics library

0 commit comments

Comments
 (0)