Skip to content

Commit

Permalink
make sure we can make openeye dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Jun 29, 2023
1 parent da49b89 commit 653f870
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ RUN micromamba install -y -n base -c openeye openeye-toolkits git "perses==$VERS

# Make directory and tell openeye where to find
# license file
USER root
RUN mkdir /openeye
USER $MAMBA_USER
ENV OE_LICENSE=/openeye/oe_license.txt

# Ensure that conda environment is automatically activated
Expand Down

0 comments on commit 653f870

Please sign in to comment.