Skip to content
Snippets Groups Projects
Commit 726bb4f1 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

remove unused var in Dockerfile

parent 09e36624
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ FROM ubuntu:20.04 ...@@ -5,7 +5,6 @@ FROM ubuntu:20.04
ARG OPENSTRUCTURE_VERSION="2.3.0" ARG OPENSTRUCTURE_VERSION="2.3.0"
ARG SRC_FOLDER="/usr/local/src" ARG SRC_FOLDER="/usr/local/src"
ARG CPUS_FOR_MAKE=2 ARG CPUS_FOR_MAKE=2
ARG MSMS_VERSION="2.6.1"
ARG OPENMM_VERSION="7.1.1" ARG OPENMM_VERSION="7.1.1"
ARG OPENMM_INCLUDE_PATH="/usr/local/openmm/include/" ARG OPENMM_INCLUDE_PATH="/usr/local/openmm/include/"
ARG OPENMM_LIB_PATH="/usr/local/openmm/lib/" ARG OPENMM_LIB_PATH="/usr/local/openmm/lib/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment