Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-danmennell authored Dec 16, 2024
1 parent 48be8ce commit 960ea20
Showing 1 changed file with 64 additions and 1 deletion.
65 changes: 64 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,67 @@

You will find a full walkthrough of our Workshop here: [VERSION 6.x WORKSHOP LINK](https://docs.google.com/document/u/4/d/11eA3ney10KzX7GF9G7f5n72f4p7k7CHSpLxoUfbAGE8/pub)

You will find a full walkthrough of our Workshop here: [VERSION 5.x WORKSHOP LINK](https://docs.google.com/document/d/e/2PACX-1vS9LKbBYYOrsDmshmKvEIUkDMYVMAivoodg1CTEgjZRPW_IJFV2Un4l5uaE2jI1BsbN3-tQ8IMSkGoL/pub)
You will find a full walkthrough of our Workshop here: [VERSION 5.x WORKSHOP LINK](https://docs.google.com/document/d/e/2PACX-1vS9LKbBYYOrsDmshmKvEIUkDMYVMAivoodg1CTEgjZRPW_IJFV2Un4l5uaE2jI1BsbN3-tQ8IMSkGoL/pub)


## Domino Datasource


## Project File Structure Structure
admin
apps
documentation
models
results
scripts
visualizations

## Domino Environment Definition
FROM
```
quay.io/domino/domino-standard-environment:ubuntu22-py3.10-r4.4-domino6.0-standard
```
DOCKER INSTRUCTIONS
```
USER root
RUN pip install --upgrade pandas seaborn
RUN pip install h2o
USER ubuntu
```
PLUGABLE IDEs
```
jupyter:
title: "Jupyter (Python, R, Julia)"
iconUrl: "/assets/images/workspace-logos/Jupyter.svg"
start: [ "/opt/domino/workspaces/jupyter/start" ]
supportedFileExtensions: [ ".ipynb" ]
httpProxy:
port: 8888
rewrite: false
internalPath: "/{{ownerUsername}}/{{projectName}}/{{sessionPathComponent}}/{{runId}}/{{#if pathToOpen}}tree/{{pathToOpen}}{{/if}}"
requireSubdomain: false
jupyterlab:
title: "JupyterLab"
iconUrl: "/assets/images/workspace-logos/jupyterlab.svg"
start: [ "/opt/domino/workspaces/jupyterlab/start" ]
httpProxy:
internalPath: "/{{ownerUsername}}/{{projectName}}/{{sessionPathComponent}}/{{runId}}/{{#if pathToOpen}}tree/{{pathToOpen}}{{/if}}"
port: 8888
rewrite: false
requireSubdomain: false
vscode:
title: "vscode"
iconUrl: "/assets/images/workspace-logos/vscode.svg"
start: [ "/opt/domino/workspaces/vscode/start" ]
httpProxy:
port: 8888
requireSubdomain: false
rstudio:
title: "RStudio"
iconUrl: "/assets/images/workspace-logos/Rstudio.svg"
start: [ "/opt/domino/workspaces/rstudio/start" ]
httpProxy:
port: 8888
requireSubdomain: false
```

0 comments on commit 960ea20

Please sign in to comment.