Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Volodymyr SAVCHENKO
osa-docker
Commits
856902ea
Commit
856902ea
authored
Aug 29, 2018
by
Volodymyr SAVCHENKO
Browse files
embedd catalog
parent
99167954
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
856902ea
...
...
@@ -43,7 +43,11 @@ RUN cd /opt && \
tar
xvzf osa-CentOS_7.5.1804_x86_64.tar.gz
&&
\
rm
-fv
osa-CentOS_7.5.1804_x86_64.tar.gz
RUN
wget https://www.isdc.unige.ch/integral/download/osa/cat/osa_cat-41.0.tar.gz
&&
tar
xvzf osa_cat-41.0.tar.gz
RUN
wget https://www.isdc.unige.ch/integral/download/osa/cat/osa_cat-41.0.tar.gz
&&
\
tar
xvzf osa_cat-41.0.tar.gz
&&
\
mkdir
-pv
/data/
&&
\
mv
osa_cat-41.0/cat /data/
&&
\
rm
-rf
osa_cat-41.0
ADD
init.sh init.sh
ADD
init.sh
/
init.sh
init.sh
View file @
856902ea
export
HEADAS
=
/opt/heasoft/x86_64-unknown-linux-gnu-libc2.17/
source
$HEADAS
/headas-init.sh
export
ISDC_REF_CAT
=
/data/cat/hec/gnrl_refr_cat_0041.fits
export
ISDC_OMC_CAT
=
/data/cat/omc/omc_refr_cat_0005.fits
export
REP_BASE_PROD
=
/home/integral/work
export
ISDC_ENV
=
/opt/osa11
source
$ISDC_ENV
/bin/isdc_init_env.sh
source
/opt/root/bin/thisroot.sh
#export CURRENT_IC=/data/ic_tree_current
#export REP_BASE_PROD=/data/rep_base_prod
#export F90=gfortran #f95
#export F95=gfortran #f95
#export F77=gfortran #f95
#export CC="gcc44" # -Df2cFortran"
#export CXX="g++44" # -Df2cFortran"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment