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

installation problem #14

Open
VicMahoney opened this issue May 13, 2024 · 8 comments
Open

installation problem #14

VicMahoney opened this issue May 13, 2024 · 8 comments

Comments

@VicMahoney
Copy link

Hello again!
Help the teapot install your software finally!
Now i trying to use Docker and i cant run it ...

  1. where to get "nvidia-container-toolkit >= 1.3"? what is it - like driver or what?
  2. i opened a docker and where do i need to put in this line "docker build -t interpany:v0 -f docker/Dockerfile ." ?maybe there is some fast explanation guide?
@Wei-ucas
Copy link
Collaborator

For linux,

  1. please refer to nvidia doc to install nvidia-container-toolkit.
  2. You can run this command in the terminal under the project path.

For windows (we haven't tried it, but it should work)

  1. GPU support in Docker Desktop is only available on Windows with the WSL2 backend, please refer to https://docs.docker.com/desktop/gpu/ to make sure your docker can run with gpu.
  2. You can run this command in the windows cmd under the project path.

There are lots of documents or blogs about how to use docker, you can google it and have a try.

Feel free to discuss here if you have more questions.

@VicMahoney
Copy link
Author

where if the

For linux,

  1. please refer to nvidia doc to install nvidia-container-toolkit.
  2. You can run this command in the terminal under the project path.

For windows (we haven't tried it, but it should work)

  1. GPU support in Docker Desktop is only available on Windows with the WSL2 backend, please refer to https://docs.docker.com/desktop/gpu/ to make sure your docker can run with gpu.
  2. You can run this command in the windows cmd under the project path.

There are lots of documents or blogs about how to use docker, you can google it and have a try.

Feel free to discuss here if you have more questions.

where is the project path?
x1

@VicMahoney
Copy link
Author

Do i need to install anaconda and Environment if i try to use docker?

@VicMahoney
Copy link
Author

i almost did it
x2

@VicMahoney
Copy link
Author

That's it, I gave up on Docker
It seems like I made a build through anaconda

@VicMahoney
Copy link
Author

now i cant install webapp
how its looks like in use?
i mean is it faster that powershell cmd to set up configuration for videos to interpolate?

@VicMahoney
Copy link
Author

again problem with interpolation
numpy.core._exceptions.MemoryError: Unable to allocate 23.9 MiB for an array with shape (2176, 3840, 3) and data type uint8

i got 16 video memory, 32 gm ram, big ssd
i need gui ready build, cant install this s..t manually
will it ever be made for any purpose?

@Wei-ucas
Copy link
Collaborator

where is the project path? x1

The project path is the folder where you put this InterAny-Clearer folder, for example:

git clone https://github.com/zzh-tech/InterpAny-Clearer.git
cd InterpAny-Clearer 
docker build -t interpany:v0 -f docker/Dockerfile .

No need to install Anaconda if you use docker, the environment will be ready if you run the container with docker.

You can follow the https://github.com/zzh-tech/InterpAny-Clearer/blob/main/webapp/backend/README.md and https://github.com/zzh-tech/InterpAny-Clearer/blob/main/webapp/webapp/README.md to run the webapp. Runing command in shell maybe more convenient as the webapp installation has some difficulties.

We have no plans to develop a GUI app.

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

2 participants