Skip to content

Commit

Permalink
Merge pull request #1 from ITISFoundation/is3418/sync-with-itis-repo
Browse files Browse the repository at this point in the history
Is3418/sync with itis repo
  • Loading branch information
pcrespov authored Oct 14, 2022
2 parents 5190c30 + 29b7ee4 commit 4224b68
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.source="https://github.com/ITISFoundation/ci-service-integration-library"
LABEL org.opencontainers.image.licenses="MIT"

ARG REPO_NAME="https://github.com/GitHK/osparc-simcore-forked.git"
ARG BRANCH_NAME="service-integration-library-additions"
ARG COMMIT_SHA="4973ac6123511ecb06ff039eae5e6dfc81d45179"
ARG CLONE_DIR="/opsarc"
ARG REPO_NAME="https://github.com/ITISFoundation/osparc-simcore.git"
ARG BRANCH_NAME="master"
ARG COMMIT_SHA="2169876871339b125a6badc14c9c26d4cfccb26d"
ARG CLONE_DIR="/osparc"
ARG PYTHON_VERSION="3.9.12"
ARG DEBIAN_FRONTEND=noninteractive
ARG DOCKER_COMPOSE_VERSION="1.29.2"
Expand All @@ -17,10 +17,10 @@ ARG INSTALL_DIR="/package-install-dir"
# Fixes issues with nvidia keys suddenly gone missing
# TODO: check if can be removed
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub 18
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub

#Set of all dependencies needed for pyenv to work on Ubuntu
RUN apt-get update && \
RUN apt-get update && \
apt-get install -y --no-install-recommends \
make \
build-essential \
Expand Down

0 comments on commit 4224b68

Please sign in to comment.