This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
generated from entelecheia/course-template
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path.copier-docker-config.yaml
56 lines (55 loc) · 1.64 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
49
50
51
52
53
54
55
# Changes here will be overwritten by Copier; do NOT edit manually
_commit: v0.28.4
_src_path: gh:entelecheia/hyperfast-docker-template
app_dirname: course_temp
app_install_root: /workspace/projects
app_service_name: app
app_source_branch: main
app_source_repo: entelecheia/course-template
author: Young Joon Lee
build_images_from_dockerfile: true
clone_source_code: true
container_workspace_root: /workspace
copy_scripts_dir: true
cuda_device_id: '6'
docker_app_image_variant_name: app
docker_apt_packages: fontconfig fonts-nanum
docker_base_build_from: nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04
docker_base_image_variant_name: base
docker_container_uid: 9001
docker_container_username: dev
docker_image_version_variable_name: APP_VERSION
docker_name_prefix: COURSE_TEMP
docker_project_name: course-template
docker_registry: ghcr.io
docker_run_command: zsh
docker_service_name: workspace
docker_timezone: Asia/Seoul
docker_username: entelecheia
email: [email protected]
enable_nvidia_gpu: true
friendly_name: Course Template
github_repo_name: course-template
github_username: entelecheia
install_dotfiles: true
install_pip_requirements: false
jupyter_host_port: 19871
jupyter_port: 8585
jupyter_token: ''
launch_scripts: launch.sh
main_branch: main
pip_command: pip3
project_description: A template for a course
project_license: MIT
project_short_description: A template for a course
python_command: python3.10
ssh_host_port: 2341
ssh_port: 22
use_builder_image_and_copy_venv: false
use_deploy_workflows: true
use_jupyter: true
use_semantic_versioning_for_image: true
use_ssh_service: true
use_web_service: true
web_service_host_port: 18761
web_service_port: 8080