Skip to content

Commit

Permalink
install json2args v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDo1 committed Nov 14, 2022
1 parent 1a5642d commit 5ca6ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
FROM python:3.10

# install the toolbox runner tools
RUN pip install json2args==0.3.0

RUN pip install json2args==0.4.0

# install pandas and pandas-profiling
RUN pip install pandas==1.5.1 pandas-profiling==3.4.0

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

0 comments on commit 5ca6ad6

Please sign in to comment.