Skip to content

Commit

Permalink
[WIP] testing Dockerfile instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdmarquez committed Aug 15, 2024
1 parent 73d57c6 commit db82bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hands-on/session II/Materials/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ COPY files/ /app/files/
COPY idx_data/ /app/idx_data/
COPY openvisuspy/ /app/openvisuspy/
COPY GEOtiled/geotiled /app/geotiled/
COPY 1.Tutorial.ipynb /app/
COPY 2.Explore_Data /app/
COPY ../1.Tutorial.ipynb /app/
COPY ../2.Explore_Data /app/
COPY *.py /app/
COPY environment.yml /app/

Expand Down

0 comments on commit db82bff

Please sign in to comment.