Skip to content

Commit

Permalink
Merge pull request #60 from jaytmiller/rebuild-all
Browse files Browse the repository at this point in the history
Rebuild all
  • Loading branch information
jaytmiller authored Aug 19, 2024
2 parents 22e35af + 52ae2f3 commit 2b218a8
Show file tree
Hide file tree
Showing 15 changed files with 493 additions and 528 deletions.
7 changes: 4 additions & 3 deletions deployments/jwebbinar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ RUN mkdir /data && cd /data && \
wget --quiet https://stsci.box.com/shared/static/qcptcokkbx7fgi3c00w2732yezkxzb99.gz && \
tar zxf qcptcokkbx7fgi3c00w2732yezkxzb99.gz && \
rm qcptcokkbx7fgi3c00w2732yezkxzb99.gz && \
chmod -R a+r /data/webbpsf-data
chmod -R a+r /data/webbpsf-data && \
fix-permissions $CONDA_DIR $HOME

# Install sextractor under /usr/local
# NOTE: using master because this fix is required:
Expand All @@ -41,8 +42,8 @@ RUN cd /tmp && \
sh autogen.sh && \
./configure --prefix=/usr/local && \
make && \
make install

make install && \
fix-permissions $CONDA_DIR $HOME


# ----------------------------------------------------------------------
Expand Down
7 changes: 4 additions & 3 deletions deployments/jwebbinar/Dockerfile.custom
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ RUN mkdir /data && cd /data && \
wget --quiet https://stsci.box.com/shared/static/qcptcokkbx7fgi3c00w2732yezkxzb99.gz && \
tar zxf qcptcokkbx7fgi3c00w2732yezkxzb99.gz && \
rm qcptcokkbx7fgi3c00w2732yezkxzb99.gz && \
chmod -R a+r /data/webbpsf-data
chmod -R a+r /data/webbpsf-data && \
fix-permissions $CONDA_DIR $HOME

# Install sextractor under /usr/local
# NOTE: using master because this fix is required:
Expand All @@ -41,8 +42,8 @@ RUN cd /tmp && \
sh autogen.sh && \
./configure --prefix=/usr/local && \
make && \
make install

make install && \
fix-permissions $CONDA_DIR $HOME


# ----------------------------------------------------------------------
Expand Down
Loading

0 comments on commit 2b218a8

Please sign in to comment.