Skip to content

Commit

Permalink
ci: hotfix, update forgotten requirement.txt path in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Saibo Geng committed Sep 25, 2023
1 parent 8a42d10 commit a0ec4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
##############################################

# Create conda environment and install requirements
COPY requirements.txt .
COPY docker/requirements.txt .
ENV ENV_NAME=${PROJECT_NAME}
RUN ${CONDA} create -y -n ${ENV_NAME} python=3.9
RUN ${CONDA} run --name ${ENV_NAME} pip install -r requirements.txt
Expand Down

0 comments on commit a0ec4d4

Please sign in to comment.