lorenzo-cavazzi on 000-tests-ui-2_0-next
docs: update project settings a… Merge branch 'master' into 000-… (compare)
jachro on renku-graph-2.6.0
chore: fixed spelling error (compare)
jachro on renku-graph-2.6.0
chore: CHANGELOG updated with i… (compare)
pameladelgado on publish-new-certificates-chart
docs: update project settings a… Merge branch 'master' into publ… (compare)
RenkuBot on renku-graph-2.6.0
docs: update project settings a… Branch was auto-updated. (compare)
lorenzo-cavazzi on 2550-docs-porject-settings
lorenzo-cavazzi on master
docs: update project settings a… (compare)
ciyer on 000-tests-ui-2_0-next
test: update the project visibi… fix formatt change description input for te… and 3 more (compare)
rokroskar on 2550-docs-porject-settings
docs: update deploying renku ho… chore: updating renku-core vers… docs: remove core-service archi… and 4 more (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
?
Hi @mwong009! I think the --destination/-d flag is what you want in this case. See https://renku.readthedocs.io/projects/renku-python/en/latest/commands.html#working-with-data
I think that creates a sub-directory. I've tried that and it doesnt rename the file, it only sets the location of the file
renku dataset add
and then a renku mv
to rename the file.
.csv
file in Switchdrive and it gives me a drive.switch.ch/index.php/s/abcdefg/download
link when i can then use the renku command renku dataset add -eo my_dataset drive.switch.ch/index.php/s/abcdefg/download
to import it into the dataset
pandas.read_csv('data/my_dataset/download')
sharing
in switch drive and copy the 'public link' into the url box, itopens up a new page that will show you a .../.../download
link