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

Update .gitlab-ci.yml

parent 285c6d91
......@@ -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
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