Skip to content

Commit

Permalink
fix minor issue in action; trigger dockerfile export to env
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell committed Aug 31, 2023
1 parent a9014b6 commit 537a4b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: '0'
ref: 'main'
- name: Build the docker image
run: docker build -t local < Dockerfile
run: docker build -t local .
- name: Generate the environment file
run: docker run --rm -v $(pwd):/home/jovyan/work local mamba env export > environment.yml
- name: Commit the updated env
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ COPY . ${HOME}
USER root
RUN chown -R ${NB_UID} ${HOME}
USER ${NB_USER}

0 comments on commit 537a4b6

Please sign in to comment.