You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have progressed further in hacking away on my own fork to support cuda12.6-cudnn-devel-ubuntu22.04 image in python 3.11 on pytorch 2.1.5 with proper environment.yml and updated docker image, however:
Dockerfile:43
--------------------
42 | # Download pretrained models
43 | >>> RUN wget https://pjlab-3090-sport.oss-cn-beijing.aliyuncs.com/downloads/InterpAny-Clearer/checkpoints.tar.gz\
44 | >>> && tar -zxvf checkpoints.tar.gz \
45 | >>> && rm checkpoints.tar.gz
46 |
--------------------
ERROR: failed to solve: process "/bin/bash -c wget https://pjlab-3090-sport.oss-cn-beijing.aliyuncs.com/downloads/InterpAny-Clearer/checkpoints.tar.gz && tar -zxvf checkpoints.tar.gz && rm checkpoints.tar.gz" did not complete successfully: exit code: 8
Poor 404 error....fingers crossed the checkpoints get hosted. I have method to get those from gdrive but not the original files...I made work in modern pytorch and solved dependency for it! Someone host.
Following instructions in docker/README.md:
The text was updated successfully, but these errors were encountered: