no sh in chmod

This commit is contained in:
Adrian Charkiewicz 2022-04-05 02:03:09 +02:00
parent 243ffdd493
commit 22fa501223
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ RUN pip3 install scikit-learn
RUN pip3 install matplotlib
RUN mkdir ~/.kaggle/
RUN sh chmod a+x ./script.sh
RUN chmod a+x ./script.sh
# Create app directory in image
WORKDIR /app
# Copy init dataset script to /app directory in image