Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • swissai/amld-2021-workshop
  • kalyankaranirudh6/vscode
2 results
Show changes
Commits on Source (101)
Showing
with 35582 additions and 7 deletions
...@@ -14,4 +14,4 @@ image_build: ...@@ -14,4 +14,4 @@ image_build:
script: | script: |
CI_COMMIT_SHA_7=$(echo $CI_COMMIT_SHA | cut -c1-7) CI_COMMIT_SHA_7=$(echo $CI_COMMIT_SHA | cut -c1-7)
docker build --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA_7 . docker build --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA_7 .
docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA_7 docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA_7
\ No newline at end of file
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
'@type': '@type':
- http://schema.org/Project - http://schema.org/Project
- http://www.w3.org/ns/prov#Location - http://www.w3.org/ns/prov#Location
http://schema.org/agent: 0.12.3 http://schema.org/agent: 0.14.2.dev8
http://schema.org/creator: http://schema.org/creator:
'@id': mailto:oksana.riba@gmail.com '@id': mailto:oksana.riba@gmail.com
'@type': '@type':
......
../../datasets/e02efc81-6f6f-462b-ac6a-4f4e6d01e189/metadata.yml
\ No newline at end of file
../../datasets/873a39af-729f-4a1d-b962-91b14e0d58a1/metadata.yml
\ No newline at end of file
../../datasets/fed6d833-3a50-4b01-b7a4-f1af118eec99/metadata.yml
\ No newline at end of file
../../datasets/2070b7e8-495a-44d0-b7bf-6bf9f0f387c2/metadata.yml
\ No newline at end of file
../../datasets/1d9ca28c-79fa-45f6-9a6e-c75580447e67/metadata.yml
\ No newline at end of file
../../datasets/7c17c9e4-7d4a-40b9-a240-520dea42aab6/metadata.yml
\ No newline at end of file
[renku "interactive"] [renku "interactive"]
default_url = /lab default_url = /lab
lfs_auto_fetch = true
[renku] [renku]
autocommit_lfs = true autocommit_lfs = true
lfs_threshold = 100kb
# For finding latest versions of the base image see # For finding latest versions of the base image see
# https://github.com/SwissDataScienceCenter/renkulab-docker # https://github.com/SwissDataScienceCenter/renkulab-docker
ARG RENKU_BASE_IMAGE=renku/renkulab-py:3.8-7bd410d ARG RENKU_BASE_IMAGE=renku/renkulab-py:3.7-0.7.3
FROM ${RENKU_BASE_IMAGE} FROM ${RENKU_BASE_IMAGE}
# add Visual Studio Code editor # add Visual Studio Code editor
...@@ -18,7 +18,6 @@ USER root ...@@ -18,7 +18,6 @@ USER root
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
apt-utils \ apt-utils \
fish \
bash-completion \ bash-completion \
vim \ vim \
jq \ jq \
...@@ -26,7 +25,8 @@ RUN apt-get update && \ ...@@ -26,7 +25,8 @@ RUN apt-get update && \
wget \ wget \
curl \ curl \
unzip \ unzip \
bzip2 && \ bzip2 \
python3-opencv && \
apt-get -y clean && \ apt-get -y clean && \
apt-get -y autoclean && \ apt-get -y autoclean && \
apt-get -y autoremove apt-get -y autoremove
...@@ -43,7 +43,7 @@ RUN conda env update -q -f /tmp/environment.yml && \ ...@@ -43,7 +43,7 @@ RUN conda env update -q -f /tmp/environment.yml && \
# RENKU_VERSION determines the version of the renku CLI # RENKU_VERSION determines the version of the renku CLI
# that will be used in this image. To find the latest version, # that will be used in this image. To find the latest version,
# visit https://pypi.org/project/renku/#history. # visit https://pypi.org/project/renku/#history.
ARG RENKU_VERSION=0.14.0 ARG RENKU_VERSION=0.14.2.dev8
######################################################## ########################################################
# Do not edit this section and do not add anything below # Do not edit this section and do not add anything below
......
Figures_for_Jupyter_notebooks/Slide1.jpeg

21.5 KiB

Figures_for_Jupyter_notebooks/Slide10.jpeg

21.6 KiB

Figures_for_Jupyter_notebooks/Slide11.jpeg

170 KiB

Figures_for_Jupyter_notebooks/Slide12.jpeg

21.5 KiB