aledegano on postgres_network_policy
aledegano on master
feat: Add network policy to res… (compare)
pameladelgado on 0.12.18-0.15c3d3a
pameladelgado on upgrade-gitlab
chore: remove deprecated configs (compare)
github-actions[bot] on 0.12.18-4.34e81d4
olevski on postgres_network_policy
chore: updating renku-notebooks… chore: prep 0.12.14 release (#2… chore: updating renku-graph ver… and 14 more (compare)
olevski on fix-traefik-name-1
olevski on master
fix(chart): modify ingress for … (compare)
olevski on fix-traefik-name-1
chore: certificates 0.0.3 relea… Merge branch 'master' into fix-… (compare)
github-actions[bot] on 0.12.18-3.2af6d13
RenkuBot on certificates-0.0.3-release
RenkuBot on master
chore: certificates 0.0.3 relea… (compare)
Hello renku team! I have an issue when building the docker image and therefore cannot start my environment. I have a warning "the docker image build failed".
I think the problem comes from the geopandas package installation. The same issue appears independently of pip or conda.
The logs are the following:
Running with gitlab-runner 13.3.1 (738bbe5a)
on renkulab-runner-2-1TB S25j9XrP
Preparing the "docker" executor
00:05
Using Docker executor with image docker:stable ...
Using locally found image version due to if-not-present pull policy
Using docker image sha256:6972c414f322dfa40324df3c503d4b217ccdec6d576e408ed10437f508f4181b for docker:stable ...
Preparing environment
00:02
Running on runner-s25XXX58-concurrent-0 via 6fabf7a874d3...
Getting source from Git repository
02:03
Fetching changes with git depth set to 50...
Reinitialized existing Git repository in /builds/gitlab/marc-edouard.schultheiss/mobis2019_activityspace/.git/
error: RPC failed; curl 52 Empty reply from server
fatal: the remote end hung up unexpectedly
ERROR: Job failed: exit code 1
renku dataset add
command automatically sets the name of the data to the last part of the url.
how do I add data to the dataset while also having the option to rename the file?
lets say the url to the data is: drive.switch.ch/index.php/s/abcdefg/download
,
i run the command renku dataset add -eo my_dataset drive.switch.ch/index.php/s/abcdefg/download
the name of the link on the repo will be displayed as: data/my_dataset/download
renku dataset add --label custom_data_label my_dataset url://of_my/data
?