From 5ca6ad6c1bfb75b86ca18555288749a29871cf7e Mon Sep 17 00:00:00 2001 From: AlexDo1 Date: Mon, 14 Nov 2022 16:02:34 +0100 Subject: [PATCH] install json2args v0.4.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f02f973..e4c2183 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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