Skip to content

Commit

Permalink
Merge pull request #12 from UBC-MDS/docker_compose.yml
Browse files Browse the repository at this point in the history
Docker compose.yml + data validation
  • Loading branch information
ethanfang08 authored Nov 30, 2024
2 parents bd860c5 + 56b0920 commit 564f5e8
Show file tree
Hide file tree
Showing 10 changed files with 764 additions and 166 deletions.
17 changes: 17 additions & 0 deletions .local/share/jupyter/runtime/jpserver-7-open.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url=http://0000139ff3e3:8888/lab?token=efc17080d05ca352ec1127f293b78330272034bbea4b0732" />
<title>Opening Jupyter Application</title>
</head>
<body>

<p>
This page should redirect you to a Jupyter application. If it doesn't,
<a href="http://0000139ff3e3:8888/lab?token=efc17080d05ca352ec1127f293b78330272034bbea4b0732">click here to go to Jupyter</a>.
</p>

</body>
</html>
13 changes: 13 additions & 0 deletions .local/share/jupyter/runtime/jpserver-7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"base_url": "/",
"hostname": "0.0.0.0",
"password": false,
"pid": 7,
"port": 8888,
"root_dir": "/home/jovyan",
"secure": false,
"sock": "",
"token": "efc17080d05ca352ec1127f293b78330272034bbea4b0732",
"url": "http://0000139ff3e3:8888/",
"version": "2.14.2"
}
1 change: 1 addition & 0 deletions .local/share/jupyter/runtime/jupyter_cookie_secret
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
QOXja9sqo2lv5VXpZx8MfrvIzFZY4ZGQ3I5ppIaMvz8=
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ COPY conda-linux-64.lock /tmp/conda-linux-64.lock
RUN mamba update --quiet --file /tmp/conda-linux-64.lock \
&& mamba clean --all -y -f \
&& fix-permissions "${CONDA_DIR}" \
&& fix-permissions "/home/${NB_USER}"
&& fix-permissions "/home/${NB_USER}"

RUN pip install deepchecks==0.18.1
Loading

0 comments on commit 564f5e8

Please sign in to comment.