python dependencies moved to requirement file
This commit is contained in:
parent
8448f51272
commit
230db36e4a
@ -6,12 +6,8 @@ RUN pacman -S python-pip --noconfirm
|
||||
RUN pacman -S bc --noconfirm
|
||||
RUN pacman -S unzip --noconfirm
|
||||
|
||||
RUN pip install kaggle
|
||||
RUN pip install pandas
|
||||
RUN pip install torch
|
||||
RUN pip install numpy
|
||||
RUN pip install matplotlib
|
||||
RUN pip install seaborn
|
||||
COPY ./requirements.txt ./
|
||||
RUN pip install -r ./requirements.txt
|
||||
|
||||
ENV PATH="/root/.local/bin:/.local/bin:${PATH}"
|
||||
|
||||
|
6
requirements.txt
Normal file
6
requirements.txt
Normal file
@ -0,0 +1,6 @@
|
||||
kaggle
|
||||
pandas
|
||||
torch
|
||||
numpy
|
||||
matplotlib
|
||||
seaborn
|
Loading…
Reference in New Issue
Block a user