Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Struggling to get setup #11

Closed
errorfixrepeat opened this issue Jul 11, 2021 · 2 comments
Closed

Struggling to get setup #11

errorfixrepeat opened this issue Jul 11, 2021 · 2 comments

Comments

@errorfixrepeat
Copy link

errorfixrepeat commented Jul 11, 2021

Hi,

I'm having trouble making a test submission using the repo.

I am working in a fresh nvcr.io/nvidia/cuda:11.3.0-cudnn8-runtime-centos8 docker image. Following that I have:

  • Installed GCC, git, nano via Yum.
  • Installed miniconda.
  • Generated SSH key and added it to my profile.
  • Git cloned the repo & installed requirements.
  • Changed the aicrowd.json to my username.
  • Run the below:
# Add AIcrowd git remote endpoint
git remote add aicrowd git@gitlab.aicrowd.com:errorfixrepeat/music-demixing-challenge-starter-kit.git
git push aicrowd master

This gives me the error:

Enumerating objects: 186, done.
Counting objects: 100% (186/186), done.
Delta compression using up to 24 threads
Compressing objects: 100% (87/87), done.
Writing objects: 100% (186/186), 5.09 MiB | 1.79 MiB/s, done.
Total 186 (delta 90), reused 186 (delta 90)
remote: Resolving deltas: 100% (90/90), done.
remote: GitLab: LFS objects are missing. Ensure LFS is properly set up or try a manual "git lfs push --all".
To gitlab.aicrowd.com:errorfixrepeat/music-demixing-challenge-starter-kit.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@gitlab.aicrowd.com:errorfixrepeat/music-demixing-challenge-starter-kit.git'
@errorfixrepeat
Copy link
Author

Disabling Git Large File Storage (LFS) in the gitlab project settings allowed me to make a commit.
Settings > General > Visibility, project features, permissions > Expand > Git Large File Storage (LFS)

@errorfixrepeat
Copy link
Author

Okay, LFS was needed even with the base repository. I had also missed the extra function after yum installing git-lfs:
git lfs install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant