Dockerfile #319
DavidePapero
started this conversation in
Ideas
Dockerfile
#319
Replies: 1 comment 1 reply
-
|
docker is welcome in colibrì make a pull and you are welcome! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Vincenzo,
My name is Davide and I am a software developer who works in a completely different sector. For work I have been using Docker extensively for some time now to be able to work in a "clean" way.
If it helps I created a Dockerfile to download and compile the application on my Windows.
To compile the image just issue the command:
docker build -t colibri-i .While to execute the generic command, for example: ./coli chat
becomes:
In reality, the condition between the host and the container of the path where the model was downloaded is missing. I don't know, it might be interesting for your project. If the answer is yes I can complete this tiny part.
By
Davide
Beta Was this translation helpful? Give feedback.
All reactions