DeepSeek Coder is a capable coding model trained on two trillion code and natural language tokens
1.6K
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
Image
Digest
sha256:c0f7e29d2…
Size
2.2 GB
Last updated
over 1 year ago
docker pull mdelapenya/deepseek-coder:0.5.4-1.3b