Skip to content

Commit

Permalink
fix to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke committed Oct 24, 2024
1 parent f8e49b7 commit 506efd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM python:3.12
RUN pip install json2args==0.6.1

# install pandas and pandas-profiling
RUN pip install pandas==2.1.4 ydata-profiling==4.7.0 pyarrow==15.0.0
RUN pip install setuptools==75.2.0 pandas==2.1.4 ydata-profiling==4.7.0 pyarrow==15.0.0

# create the tool input structure
RUN mkdir /in
Expand Down

0 comments on commit 506efd4

Please sign in to comment.