Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92819646
Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Nov 23, 23:09
Size
667 B
Mime Type
text/plain
Expires
Mon, Nov 25, 23:09 (1 d, 18 h)
Engine
blob
Format
Raw Data
Handle
22210873
Attached To
rTAMAAS tamaas
Dockerfile
View Options
FROM debian:stable-slim
MAINTAINER Lucas Frérot <lucas.frerot@epfl.ch>
# Add contrib and non-free
RUN sed -i 's/main/main contrib non-free/' /etc/apt/sources.list
# Install any needed packages from ubuntu repos
RUN apt-get -qq update && apt-get install -y \
curl \
gcc \
git \
libboost-dev \
libpython3-dev \
libthrust-dev \
libfftw3-dev \
python3 \
python3-dev \
python3-numpy \
python3-pip \
python3-scipy \
python3-h5py \
python3-netcdf4 \
python3-phabricator \
python3-click \
python3-yaml \
python3-matplotlib \
scons \
&& rm -rf /var/lib/apt/lists/*
RUN pip3 install pytest uvw
Event Timeline
Log In to Comment