Skip to content

Commit

Permalink
Update Docker.modis-vcf
Browse files Browse the repository at this point in the history
  • Loading branch information
ssfinch authored Dec 16, 2024
1 parent 7bc7c98 commit ee389fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/applications/modis-vcf/Docker.modis-vcf
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ FROM nvcr.io/nvidia/rapidsai/base:24.10-cuda12.5-py3.10
# - 11/13/24 modis-vcf 1.2.2 -Converting to Docker build format
#-------------------------------------------------------------------------------

ENV PYTHONPATH=$PYTHONPATH:/usr/local/ilab
ENV PROJECT_PATH="/usr/local/ilab"
ENV PYTHONPATH=$PYTHONPATH:/usr/local/ilab/
ENV PROJECT_PATH="/usr/local/ilab/"

RUN mkdir -p $PROJECT_PATH
RUN chmod a+rwx -R $PROJECT_PATH/*
Expand Down

0 comments on commit ee389fc

Please sign in to comment.