Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
setup-enstools-compression-enviroment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Oriol.Tinto
setup-enstools-compression-enviroment
Commits
9a1a5e33
Commit
9a1a5e33
authored
2 years ago
by
Oriol Tintó
Browse files
Options
Downloads
Patches
Plain Diff
Update dockerfile
parent
cde72687
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-10
3 additions, 10 deletions
Dockerfile
with
3 additions
and
10 deletions
Dockerfile
+
3
−
10
View file @
9a1a5e33
FROM
ubuntu:latest
# Set some environment variables that will be needed later
ENV
HDF5_DIR=/usr/local/HDF_Group/HDF5/1.13.1/
# Copy recipes
# Copy recipes
and set workdir
COPY
dependencies workdir
WORKDIR
workdir
# Install some dependencies through apt
RUN
export
DEBIAN_FRONTEND
=
noninteractive
\
...
...
@@ -12,12 +11,6 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&&
apt
install
-yq
swig gcc gfortran pkg-config libzstd-dev
\
&&
apt
install
-yq
libproj-dev proj-data proj-bin libgeos-dev libeccodes-dev
WORKDIR
workdir
# Install the filters + libpressio + enstools-compression
RUN
make
# Download the script to compare data compressed with the filters and libpressio
RUN
mkdir
test_coherence/
;
cd
test_coherence/
;
\
wget https://gist.githubusercontent.com/orioltinto/a33e4a24c91e0b7630cece6459cb74a5/raw/2fdebf0c85cb360e5c9a974c5b4f54250ccd7954/check_libpressio_filter_consistency.py
ENV
HDF5_PLUGIN_PATH=/usr/local/lib/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment