Skip to content
Snippets Groups Projects
Commit 3c1c7617 authored by Max Melchert's avatar Max Melchert
Browse files

feat(makefile): add TODO comments after mandatory adjustments

- Added "# todo" comments in the Makefile to indicate variables that need mandatory adjustments.
parent d6659c25
No related branches found
No related tags found
No related merge requests found
# Configuration # Configuration
## Server ## Server
SERVER_USER := mmustermann SERVER_USER := mmustermann # todo
SERVER_HOST := hyrican-1-extern SERVER_HOST := hyrican-1-extern # todo
## Python Environment ## Python Environment
SERVER_CONDA_PATH := /opt/conda SERVER_CONDA_PATH := /opt/conda
...@@ -17,16 +17,16 @@ PYTHON_PACKAGES := tensorflow-cpu ipympl mypy jupyter pystan \ ...@@ -17,16 +17,16 @@ PYTHON_PACKAGES := tensorflow-cpu ipympl mypy jupyter pystan \
## Project Paths ## Project Paths
LOCAL_PROJECT_DIR := . LOCAL_PROJECT_DIR := .
REMOTE_PROJECT_DIR := ~/akis/my_project REMOTE_PROJECT_DIR := ~/akis/my_project # todo
## Project Files ## Project Files
MAIN_SCRIPT := main.py MAIN_SCRIPT := main.py # todo
LOG_FILE := progress.log LOG_FILE := progress.log
## File Transfer ## File Transfer
LOCAL_UPLOAD_FILES := . LOCAL_UPLOAD_FILES := . # todo
LOCAL_DOWNLOAD_DIR := download LOCAL_DOWNLOAD_DIR := download # todo
REMOTE_DOWNLOAD_FILES := output/* REMOTE_DOWNLOAD_FILES := output/* # todo
## Misc ## Misc
COPY_LINKS_AS_FILES := false COPY_LINKS_AS_FILES := false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment