no sh in chmod
This commit is contained in:
parent
243ffdd493
commit
22fa501223
@ -14,7 +14,7 @@ RUN pip3 install scikit-learn
|
|||||||
RUN pip3 install matplotlib
|
RUN pip3 install matplotlib
|
||||||
RUN mkdir ~/.kaggle/
|
RUN mkdir ~/.kaggle/
|
||||||
|
|
||||||
RUN sh chmod a+x ./script.sh
|
RUN chmod a+x ./script.sh
|
||||||
# Create app directory in image
|
# Create app directory in image
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
# Copy init dataset script to /app directory in image
|
# Copy init dataset script to /app directory in image
|
||||||
|
Loading…
Reference in New Issue
Block a user