Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
Deepcc V
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Wajin Hakim
Deepcc V
Commits
d8c1ce7a
Unverified
Commit
d8c1ce7a
authored
Feb 09, 2025
by
Dapa
Committed by
GitHub
Feb 09, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
285c6d91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
.gitlab-ci.yml
.gitlab-ci.yml
+6
-3
No files found.
.gitlab-ci.yml
View file @
d8c1ce7a
...
...
@@ -14,11 +14,11 @@ image: debian:stable-slim
build
:
tags
:
-
default-docker-runner
-
loket_screen_cron
stage
:
build
script
:
-
apt-get update -y
-
apt-get install
procps git curl sudo apt-utils python3 python3-pip python3-venv
-y
-
apt-get install
curl sudo apt-utils python3 python3-pip python3-venv git procps
-y
-
python3 -m venv .venv
-
source .venv/bin/activate
-
pip install jupyterlab
...
...
@@ -29,4 +29,7 @@ build:
-
jupyter-lab --generate-config
-
echo "c.NotebookApp.allow_remote_access = True" >> ~/.jupyter/jupyter_lab_config.py
-
curl -s https://ident.me
-
jupyter-lab --allow-root --no-browser --port 80 & lt --port
80
-
touch runner.log
-
nohup jupyter-lab --allow-root --no-browser --port 80 > runner.log &
-
nohup lt --port 80 > runner.log &
-
tail -f runner.log
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment