This commit is contained in:
Jakub Henyk 2023-05-11 21:38:17 +02:00
parent 5f5b9fe44f
commit dc4f22913a

View File

@ -12,6 +12,7 @@ RUN python3 -m pip install pandas
RUN python3 -m pip install numpy
RUN python3 -m pip install torch
RUN python3 -m pip install torchvision
RUN python3 -m pip install GitPython
RUN python3 -m pip install sacred
RUN python3 -m pip install pymongo