Mentions légales du service

Skip to content
Snippets Groups Projects

Resolve "Update the dockerfile with the new repository url"

Merged KOWALSKI Jerome requested to merge 1-update-the-dockerfile-with-the-new-repository-url into main
4 files
+ 9
8
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 2
2
@@ -3,7 +3,7 @@ FROM ubuntu:22.04
LABEL build-date="2023-01-12"
LABEL name="base-ubuntu-22.04"
LABEL description="Ubuntu 22.04 Focal Jammy Jellyfish for building Vascularization and VascularizationInverse codes."
LABEL vsc-url1="https://gitlab.inria.fr/jdichamp/dyna-imaging-mod"
LABEL vsc-url="https://gitlab.inria.fr/simbiotx/dyna-imaging-mod"
LABEL version=1.0.0
#Prepare tzdata - set timezone to Paris
@@ -55,7 +55,7 @@ RUN apt-get update \
# Vascularization: compute direct problem
# VascularizationInverse: compute inverse problem
RUN mkdir source \
&& git clone --single-branch https://gitlab.inria.fr/jdichamp/dyna-imaging-mod /temp \
&& git clone --single-branch https://gitlab.inria.fr/simbiotx/dyna-imaging-mod /temp \
&& mv /temp/sources/* /source\
&& rm -r /temp/
Loading