Fix for Dockerfile
This commit is contained in:
parent
17da6746e7
commit
c5d0038621
@ -6,5 +6,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install --user kaggle
|
||||||
|
RUN pip3 install --user pandas
|
||||||
|
RUN pip3 install --user scikit-learn
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user