llama3.1
Llama 3.1 is a new state-of-the-art model from Meta available in 8B, 70B and 405B parameter sizes
210
This GitHub Action automates the process of building and pushing a Docker image that includes a specified model running in Ollama to DockerHub.
docker_username: Required. Your DockerHub username.docker_password: Required. Your DockerHub password.docker_repository: Required. The DockerHub repository name where the image will be pushed.docker_tag: Required. The tag to use for the pushed Docker image.model_name: Required. The name of the model to be included in the Docker image.model_tag: The tag of the model. Defaults to latest.ollama_version: The version of Ollama to use. Defaults to latest.short_description: The DockerHub repository descriptionTo use this action in your workflow, add the following step:
- name: Build and Deploy Docker Image
uses: ilopezluna/[email protected]
with:
docker_username: ${{ secrets.DOCKER_USERNAME }}
docker_password: ${{ secrets.DOCKER_PASSWORD }}
docker_repository: <your-dockerhub-repository>
docker_tag: <your-image-tag>
model_name: <your-model-name>
model_tag: <your-model-tag> # Optional
ollama_version: <ollama-version> # Optional
short_description: <model-description> # Optional
See the example workflow for a complete example.
Content type
Model
Digest
sha256:03dc55805…
Size
15 GB
Last updated
over 1 year ago
docker model pull ignaciolopezluna020/llama3.1:8B-F16