styler00dollar / VSGAN-tensorrt-docker

Using VapourSynth with super resolution and interpolation models and speeding them up with TensorRT.
BSD 3-Clause "New" or "Revised" License
288 stars 30 forks source link

Unable to get and run docker image #29

Closed lurkydismal closed 1 year ago

lurkydismal commented 1 year ago
$ sudo aptitude install docker nvidia-docker nvidia-container-toolkit docker-compose docker-buildx

Added my user to kvm group et la.

$ newgrp docker
$ docker pull styler00dollar/vsgan_tensorrt:latest
ERROR: 
        Can't find a suitable configuration file in this directory or any
        parent. Are you in the right directory?

        Supported filenames: docker-compose.yml, docker-compose.yaml, compose.yml, compose.yaml
$ git clone https://github.com/NotGlop/docker-drag
$ cd docker-drag
$ python docker_pull.py styler00dollar/vsgan_tensorrt:latest

Took so long and after ~10 hours of waiting with net speed around 100mb / sec on download/ upload, so i decided to cancel it. The last file that even havent finished pulling was 5537e544ef988f4cd82c06b8d0c919448d2f76ac33509a9b5fb5979b73216c58.json

styler00dollar commented 1 year ago

This repository contains yaml files and you did not run the compose command within the vsgan folder.

docker-drag is not supposed to take that long, but generates a ~30-50gb tar file if I remember correctly. Make sure you have space.

lurkydismal commented 1 year ago

I have around 7 TB of free ext4 space and have tried on 200 GB zfs.

I need to clone this repo and run compose or somehow get to the pulled one ?

styler00dollar commented 1 year ago

Clone repo and run docker-compose run --rm vsgan_tensorrt within it.

lurkydismal commented 1 year ago

Why not to write Clone repo as mandatory step, bc it does look like i can freely skip it ?

styler00dollar commented 1 year ago

Please read more carefully, I did write:

# run the docker with docker-compose 
# go into the vsgan folder, inside that folder should be compose.yaml
lurkydismal commented 1 year ago

And when i saw this i got thought that i need to find where it got pulled.