File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,11 @@ RUN conda config --quiet --add channels conda-forge \
27
27
&& mamba clean --quiet --all --force-pkgs-dirs --yes \
28
28
&& R -e "devtools::install_github('babessell1/zFPKM')" \
29
29
# Install gurbori \
30
- && wget --quiet https://packages.gurobi.com/${GRB_SHORT_VERSION}/gurobi${GRB_VERSION}_linux64.tar.gz \
31
- && tar -xf gurobi${GRB_VERSION}_linux64 .tar.gz \
32
- && mv -f gurobi* "${HOME}/gurobi" \
30
+ && wget --quiet https://packages.gurobi.com/${GRB_SHORT_VERSION}/gurobi${GRB_VERSION}_linux64.tar.gz --output-file= "${HOME}/gurobi.tar.gz" \
31
+ && tar -xf "${HOME}/gurobi .tar.gz" \
32
+ # && mv -f gurobi* "${HOME}/gurobi" \
33
33
&& rm -f "${HOME}/environment.yaml" \
34
- && rm -f gurobi${GRB_VERSION}_linux64.tar.gz
34
+ && rm -f "${HOME}/gurobi.tar.gz" \
35
+ && rm -r "${HOME}/work"
35
36
36
37
VOLUME /home/joyvan/main/data/local_files
You can’t perform that action at this time.
0 commit comments