Added pip install pymongo in dockerfile.
This commit is contained in:
parent
06894754f8
commit
56a9f0915f
@ -13,7 +13,7 @@ COPY ./requirments.txt ./
|
||||
RUN pip3 install -r requirments.txt
|
||||
RUN pip3 install torch==1.8.1+cpu torchvision==0.9.1+cpu torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
|
||||
RUN pip3 install sacred
|
||||
|
||||
RUN pip3 install pymongo
|
||||
# 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user