diff --git a/Dockerfile b/Dockerfile index bfc191e..5074fd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,6 @@ COPY ./requirements.txt ./ COPY ./script2.py ./ RUN pip3 install --user -r ./requirements.txt - +RUN pip3 install --user -r pandas CMD python3 script2.py