Beginner Help

#5
by emonmeena - opened

Hey please help me to setup this project on ubuntu, I would be a great help thanks

If you install docker, you should be able to use the docker image directly. https://huggingface.co/docs/hub/spaces-run-with-docker

Otherwise just install miniconda, do pip install -r requirements.txt in a virtual environment and launch python app.py

image.png

Hi Simon , I am trying to run this project using Docker on my DGX machine , I am getting this error with all the versions.
can you please help.

Below are the commands which I tried:
1)docker pull registry.hf.space/simonduerr-diffdock:gpu-9d77f5e
2)docker run -it -p 5073:7860 --platform=linux/amd64 --gpus all registry.hf.space/simonduerr-diffdock:gpu-9d77f5e python app.py

Error:
failed to register layer: Error processing tar file(exit status 1): archive/tar: invalid tar header

I will appreciate your help , Thanks

Sign up or log in to comment