Unverified Commit c4af93a5 authored by Dapa's avatar Dapa Committed by GitHub

Update .gitlab-ci.yml

parent d8c1ce7a
......@@ -14,8 +14,10 @@ image: debian:stable-slim
build:
tags:
- loket_screen_cron
- no-labelled-runs
stage: build
variables:
TERM: "xterm"
script:
- apt-get update -y
- apt-get install curl sudo apt-utils python3 python3-pip python3-venv git procps -y
......@@ -30,6 +32,7 @@ build:
- echo "c.NotebookApp.allow_remote_access = True" >> ~/.jupyter/jupyter_lab_config.py
- curl -s https://ident.me
- touch runner.log
- TERM=xterm
- nohup jupyter-lab --allow-root --no-browser --port 80 > runner.log &
- nohup lt --port 80 > runner.log &
- tail -f runner.log
- timeout 10m nohup lt --port 80 > runner.log &
- tail -f runner.log & watch free -m
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment