ium_444463/Dockerfile
Mikołaj Pokrywka 954bb281a1 wip
2022-05-03 16:11:03 +02:00

22 lines
404 B
Docker

FROM ubuntu:latest
FROM python:3.8
RUN apt update
COPY ./requirements.txt .
RUN apt-get update
RUN pip3 install -r requirements.txt
RUN apt-get install zip unzip --yes
WORKDIR /app
COPY ./deepl.py .
COPY ./stare_zadania/process_data.sh .
COPY ./stare_zadania/download_data_and_process.py .
COPY ./stats.py .
COPY ./stare_zadania/real-or-fake-fake-jobposting-prediction.zip .
CMD python3 deepl.py