Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F7878279
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
View Options
diff --git a/docker/rivet/Dockerfile b/docker/rivet/Dockerfile
--- a/docker/rivet/Dockerfile
+++ b/docker/rivet/Dockerfile
@@ -1,26 +1,26 @@
FROM fedora:27
LABEL maintainer="rivet@projects.hepforge.org"
RUN dnf update -y \
&& dnf install -y \
make gcc-c++ gcc-gfortran redhat-rpm-config \
wget tar less bzip2 findutils which nano zlib-devel \
- python python-devel file python-matplotlib gsl-devel \
+ python python-devel python-requests file python-matplotlib gsl-devel \
texlive-latex-bin texlive-texconfig-bin texlive-pst-tools \
ghostscript ImageMagick texlive-dvips texlive-relsize \
texlive-cm texlive-hyphen-base texlive-collection-fontsrecommended \
&& dnf clean all
RUN mkdir /code && cd /code \
&& wget https://phab.hepforge.org/source/rivetbootstraphg/browse/2.7.2/rivet-bootstrap?view=raw -O rivet-bootstrap \
&& chmod +x rivet-bootstrap \
&& INSTALL_PREFIX=/usr/local INSTALL_GSL=0 INSTALL_RIVETDEV=0 MAKE="make -j7" ./rivet-bootstrap \
&& echo "source /usr/local/share/Rivet/rivet-completion" > /etc/profile.d/rivet-completion.sh \
&& echo "source /usr/local/share/YODA/yoda-completion" > /etc/profile.d/yoda-completion.sh \
&& texconfig rehash \
&& rm -rf /code
ENV LD_LIBRARY_PATH /usr/local/lib
ENV PYTHONPATH /usr/local/lib64/python2.7/site-packages
WORKDIR /work
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Nov 19, 5:36 PM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3805420
Default Alt Text
(1 KB)
Attached To
rRIVETHG rivethg
Event Timeline
Log In to Comment