Skip to content
Snippets Groups Projects
Commit 007ccc46 authored by Adam Fekete's avatar Adam Fekete
Browse files

refactored version

parent 3136960c
No related branches found
No related tags found
1 merge request!1Refactoring
Pipeline #208172 passed
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url=http://14647573e0b2:8888/lab?token=cc8d44f7374bbea52018b5792ba766996cabdb096ce54d78" />
<title>Opening Jupyter Application</title>
</head>
<body>
<p>
This page should redirect you to a Jupyter application. If it doesn't,
<a href="http://14647573e0b2:8888/lab?token=cc8d44f7374bbea52018b5792ba766996cabdb096ce54d78">click here to go to Jupyter</a>.
</p>
</body>
</html>
\ No newline at end of file
{
"base_url": "/",
"hostname": "0.0.0.0",
"password": false,
"pid": 7,
"port": 8888,
"root_dir": "/home/jovyan",
"secure": false,
"sock": "",
"token": "cc8d44f7374bbea52018b5792ba766996cabdb096ce54d78",
"url": "http://14647573e0b2:8888/",
"version": "1.19.1"
}
\ No newline at end of file
{
"shell_port": 47033,
"iopub_port": 44389,
"stdin_port": 38097,
"control_port": 60831,
"hb_port": 56101,
"ip": "127.0.0.1",
"key": "e408025f-76dc26aa2d2a3dc3881f31a1",
"transport": "tcp",
"signature_scheme": "hmac-sha256",
"kernel_name": ""
}
\ No newline at end of file
{
"shell_port": 54461,
"iopub_port": 59251,
"stdin_port": 57297,
"control_port": 48283,
"hb_port": 38341,
"ip": "127.0.0.1",
"key": "a21f6436-6992a3489d1e025953ec5c65",
"transport": "tcp",
"signature_scheme": "hmac-sha256",
"kernel_name": ""
}
\ No newline at end of file
...@@ -114,7 +114,5 @@ RUN mkdir build \ ...@@ -114,7 +114,5 @@ RUN mkdir build \
USER ${NB_UID} USER ${NB_UID}
WORKDIR "${HOME}" WORKDIR "${HOME}"
COPY --chown=${NB_UID}:${NB_GID} notebook ./notebook COPY --chown=${NB_UID}:${NB_GID} notebook ./
# COPY --chown=${NB_UID}:${NB_GID} assets/ assets/
# COPY --chown=${NB_UID}:${NB_GID} compressed_sensing.ipynb .
# tutorial-catalysis-MRS2021 # tutorial-catalysis-MRS2021
```bash ```bash
docker run --rm -it -v "$PWD":/home/jovyan/ -p 8888:8888/tcp gitlab-registry.mpcdf.mpg.de/nomad-lab/ai-toolkit/tutorial-catalysis-MRS2021 docker build -t gitlab-registry.mpcdf.mpg.de/nomad-lab/ai-toolkit/tutorial-catalysis-mrs2021 .
```
```bash
docker run --rm -it -v "$PWD":/home/jovyan/work/ -p 8888:8888/tcp gitlab-registry.mpcdf.mpg.de/nomad-lab/ai-toolkit/tutorial-catalysis-mrs2021
``` ```
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment