Skip to content
Snippets Groups Projects
Commit 401efc66 authored by jyotish's avatar jyotish
Browse files

Update Dockerfile, requirements.txt files

parent fa25b4d4
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ RUN wget -nv -O miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-py37
ENV PATH ${CONDA_DIR}/bin:${PATH}
RUN conda install cmake -y
COPY --chown=${USER_NAME}:${USER_NAME} requirements.txt ${HOME_DIR}/requirements.txt
COPY --chown=${HOST_UID}:${HOST_GID} requirements.txt ${HOME_DIR}/requirements.txt
RUN pip install -r requirements.txt --no-cache-dir
COPY --chown=${USER_NAME}:${USER_NAME} . ${HOME_DIR}
COPY --chown=${HOST_UID}:${HOST_GID} . ${HOME_DIR}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment