edit Dockerfile (linux formatting)
This commit is contained in:
parent
b67ad3e02a
commit
7bc893c15d
48790
25k_movies.csv.shuf
48790
25k_movies.csv.shuf
File diff suppressed because it is too large
Load Diff
12
Dockerfile
12
Dockerfile
@ -1,2 +1,14 @@
|
|||||||
|
FROM ubuntu:latest
|
||||||
|
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get install -y python3.10 python3-pip && \
|
||||||
|
pip3 install --upgrade pip
|
||||||
|
|
||||||
|
RUN pip3 install --user kaggle pandas
|
||||||
|
|
||||||
|
|
||||||
|
COPY . /app
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
|
CMD ./script1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user