refactoring
This commit is contained in:
parent
42d07fe692
commit
2478c0d9df
@ -6,7 +6,7 @@ RUN apt update
|
||||
# Stwórzmy w kontenerze (jeśli nie istnieje) katalog /app i przejdźmy do niego (wszystkie kolejne polecenia RUN, CMD, ENTRYPOINT, COPY i ADD będą w nim wykonywane)
|
||||
WORKDIR /app
|
||||
COPY ./requirements.txt .
|
||||
RUN pip3 install -r ./requirements.txtv
|
||||
RUN pip3 install -r ./requirements.txt
|
||||
RUN pip3 install kaggle
|
||||
# Skopiujmy nasz skrypt do katalogu /app w kontenerze
|
||||
COPY ./process_data.sh ./
|
||||
|
Loading…
Reference in New Issue
Block a user