-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.copier-docker-config.yaml
49 lines (48 loc) · 1.4 KB
/
.copier-docker-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Changes here will be overwritten by Copier; do NOT edit manually
_commit: v0.30.0
_src_path: gh:entelecheia/hyperfast-docker-template
app_dirname: entelecheia
app_install_root: /opt
author: Young Joon Lee
build_images_from_dockerfile: true
container_service_name: app
container_workspace_root: /workspace
copy_scripts_dir: true
cuda_device_id: all
docker_apt_packages: ''
docker_build_from: nvidia/cuda:12.4.1-devel-ubuntu22.04
docker_container_uid: 9001
docker_container_username: app
docker_image_variant_name: app
docker_image_version_variable_name: IMAGE_VERSION
docker_name_prefix: OLLAMA
docker_project_name: ollama
docker_registry: ghcr.io
docker_run_command: bash
docker_service_name: app
docker_timezone: Asia/Seoul
docker_username: entelecheia
email: entelecheia@hotmail.com
enable_nvidia_gpu: true
friendly_name: Ollama Container
github_repo_name: ollama-container
github_username: entelecheia
install_dotfiles: false
jupyter_host_port: 18998
jupyter_port: 8585
jupyter_token: __juypter_token_(change_me)__
launch_scripts: launch.sh
main_branch: main
project_description: ''
project_license: MIT
project_short_description: Container images for running ollma models on the container
platforms.
ssh_host_port: 2929
ssh_port: 22
use_deploy_workflows: true
use_jupyter: false
use_semantic_versioning_for_image: false
use_ssh_service: false
use_web_service: true
web_service_host_port: 11434
web_service_port: 11434