Skip to content

Commit

Permalink
Merge pull request #79 from oceanhackweek/Virtual-branch
Browse files Browse the repository at this point in the history
Try installing the base environment in `/home` so pixi-kernel can find it.
  • Loading branch information
abkfenris authored Aug 13, 2024
2 parents 341190e + 6bba823 commit 82a498f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV NB_USER jovyan
ENV NB_UID 1000
ENV HOME /home/jovyan

ENV PIXI_DIR /srv/pixi_env
ENV PIXI_DIR /home

# Output logging faster
ENV PYTHONUNBUFFERED 1
Expand Down

0 comments on commit 82a498f

Please sign in to comment.