Dokcer missing envs
This commit is contained in:
parent
3479c81810
commit
ff36fef905
@ -13,5 +13,8 @@ RUN pip install --user numpy
|
||||
RUN pip install --user matplotlib
|
||||
RUN pip install --user seaborn
|
||||
|
||||
ENV PATH="/root/.local/bin:/.local/bin:${PATH}"
|
||||
ENV PYTHONPATH="/usr/lib/python35.zip:/usr/lib/python3.5:/usr/lib/python3.5/plat-x86_64-linux-gnu:/usr/lib/python3.5/lib-dynload:/.local/lib/python3.5/site-packages:/usr/local/lib/python3.5/dist-packages:/usr/lib/python3/dist-packages:${PYTHONPATH}"
|
||||
|
||||
COPY ./data.sh /home/data/data.sh
|
||||
COPY ./ml.py /home/data/ml.py
|
Loading…
Reference in New Issue
Block a user