Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

129-Autologin-uuid #130

Merged
merged 3 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {}
},
// uncomment the next line for LAN model access
// "runArgs": ["--network=host"],

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand All @@ -15,7 +17,7 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip3 install --user -r requirements.txt && pip install --upgrade pydantic",
"postCreateCommand": "pip3 install --user -r requirements.txt", // && pip install --upgrade pydantic",

// Configure tool-specific properties.
"customizations": {
Expand Down
3 changes: 3 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ NACHET_MAX_CONTENT_LENGTH=
NACHET_VALID_EXTENSION=
NACHET_VALID_DIMENSION=
DEV_USER_EMAIL=
NACHET_ENV=
NACHET_FRONTEND_PUBLIC_URL=
NACHET_FRONTEND_DEV_URL=
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@
*.pyc
.vscode/settings.json
output.*

bin/
lib64/
lib64
**/*pyvenv.cfg
share/
lib/
include/
__pycache__/
Loading
Loading