docker
- From the source folder, run:
docker build -t llm-dev .
- From the source folder, run:
docker run --rm -it -v $(pwd)/output:/app/output llm-dev
- This command will save the files from the container's
outputfolder into the localoutputfolder.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
dockerdocker build -t llm-dev .
docker run --rm -it -v $(pwd)/output:/app/output llm-dev
output folder into the local output folder.