Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme #2

Merged
merged 11 commits into from
Sep 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
196 changes: 88 additions & 108 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions deployment/google-cloud-run/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM mltooling/ml-workspace-minimal:latest
FROM dagshub/ml-workspace-minimal:latest

# Set port to 8080 -> main port for cloud run
ENV WORKSPACE_PORT=8080
EXPOSE 8080
EXPOSE 8080
4 changes: 2 additions & 2 deletions deployment/play-with-docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ version: '3.2'

services:
ml-workspace:
image: mltooling/ml-workspace-minimal
image: dagshub/ml-workspace-minimal
restart: always
volumes:
- ml-workspace:/workspace
ports:
- 8080:8080

volumes:
ml-workspace:
ml-workspace:
Binary file modified docs/images/ml-workspace-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion gpu-flavor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ARG_WORKSPACE_VERSION="latest"
# Build from full flavor of workspace with same version
FROM mltooling/ml-workspace:$ARG_WORKSPACE_VERSION
FROM dagshub/ml-workspace:$ARG_WORKSPACE_VERSION

ARG ARG_WORKSPACE_FLAVOR="gpu"
ENV WORKSPACE_FLAVOR=$ARG_WORKSPACE_FLAVOR
Expand Down
14 changes: 7 additions & 7 deletions gpu-flavor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">
<a href="https://github.com/ml-tooling/ml-workspace" title="ML Workspace Home">
<img width=50% alt="" src="https://github.com/ml-tooling/ml-workspace/raw/master/docs/images/ml-workspace-logo.png"> </a>
<a href="https://github.com/dagshub/ml-workspace" title="ML Workspace Home">
<img width=50% alt="" src="https://github.com/dagshub/ml-workspace/raw/master/docs/images/ml-workspace-logo.png"> </a>
<br>
</h1>

Expand All @@ -9,16 +9,16 @@
</p>

<p align="center">
<a href="https://hub.docker.com/r/mltooling/ml-workspace-gpu" title="Docker Image Version"><img src="https://images.microbadger.com/badges/version/mltooling/ml-workspace-gpu.svg"></a>
<a href="https://hub.docker.com/r/mltooling/ml-workspace-gpu" title="Docker Image Metadata"><img src="https://images.microbadger.com/badges/image/mltooling/ml-workspace-gpu.svg"></a>
<a href="https://hub.docker.com/r/mltooling/ml-workspace-gpu" title="Docker Pulls"><img src="https://img.shields.io/docker/pulls/mltooling/ml-workspace-gpu.svg"></a>
<a href="https://hub.docker.com/r/dagshub/ml-workspace-gpu" title="Docker Image Version"><img src="https://images.microbadger.com/badges/version/dagshub/ml-workspace-gpu.svg"></a>
<a href="https://hub.docker.com/r/dagshub/ml-workspace-gpu" title="Docker Image Metadata"><img src="https://images.microbadger.com/badges/image/dagshub/ml-workspace-gpu.svg"></a>
<a href="https://hub.docker.com/r/dagshub/ml-workspace-gpu" title="Docker Pulls"><img src="https://img.shields.io/docker/pulls/dagshub/ml-workspace-gpu.svg"></a>
<a href="https://github.com/ml-tooling/ml-workspace/blob/master/LICENSE" title="ML Workspace License"><img src="https://img.shields.io/badge/License-Apache%202.0-green.svg"></a>
<a href="https://gitter.im/ml-tooling/ml-workspace" title="Chat on Gitter"><img src="https://badges.gitter.im/ml-tooling/ml-workspace.svg"></a>
<a href="https://twitter.com/mltooling" title="ML Tooling on Twitter"><img src="https://img.shields.io/twitter/follow/mltooling.svg?style=social"></a>
<a href="https://twitter.com/TheRealDAGsHub" title="DAGsHub on Twitter"><img src="https://img.shields.io/twitter/follow/TheRealDAGsHub.svg?style=social"></a>
</p>

Please visit our [Github repository](https://github.com/ml-tooling/ml-workspace#gpu-flavor) for documentation and deployment information.

---

Licensed **Apache 2.0**. Created and maintained with ❤️ by developers from SAP in Berlin.
Licensed **Apache 2.0**. Created and maintained with ❤️ by developers from SAP in Berlin.
4 changes: 2 additions & 2 deletions r-flavor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ARG_WORKSPACE_VERSION="latest"
# Build from full flavor of workspace with same version
FROM mltooling/ml-workspace:$ARG_WORKSPACE_VERSION
FROM dagshub/ml-workspace:$ARG_WORKSPACE_VERSION

ARG ARG_WORKSPACE_FLAVOR="r"
ENV WORKSPACE_FLAVOR=$ARG_WORKSPACE_FLAVOR
Expand Down Expand Up @@ -36,7 +36,7 @@ ARG ARG_VCS_REF="unknown"
LABEL \
"workspace.version"=$WORKSPACE_VERSION \
"workspace.flavor"=$WORKSPACE_FLAVOR \
"workspace.baseimage"=mltooling/ml-workspace:$WORKSPACE_VERSION \
"workspace.baseimage"=dagshub/ml-workspace:$WORKSPACE_VERSION \
"org.opencontainers.image.version"=$WORKSPACE_VERSION \
"org.opencontainers.image.revision"=$ARG_VCS_REF \
"org.opencontainers.image.created"=$ARG_BUILD_DATE \
Expand Down
16 changes: 8 additions & 8 deletions r-flavor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">
<a href="https://github.com/ml-tooling/ml-workspace" title="ML Workspace Home">
<img width=50% alt="" src="https://github.com/ml-tooling/ml-workspace/raw/master/docs/images/ml-workspace-logo.png"> </a>
<a href="https://github.com/dagshub/ml-workspace" title="ML Workspace Home">
<img width=50% alt="" src="https://github.com/dagshub/ml-workspace/raw/master/docs/images/ml-workspace-logo.png"> </a>
<br>
</h1>

Expand All @@ -9,16 +9,16 @@
</p>

<p align="center">
<a href="https://hub.docker.com/r/mltooling/ml-workspace-r" title="Docker Image Version"><img src="https://images.microbadger.com/badges/version/mltooling/ml-workspace-r.svg"></a>
<a href="https://hub.docker.com/r/mltooling/ml-workspace-r" title="Docker Image Metadata"><img src="https://images.microbadger.com/badges/image/mltooling/ml-workspace-r.svg"></a>
<a href="https://hub.docker.com/r/mltooling/ml-workspace-r" title="Docker Pulls"><img src="https://img.shields.io/docker/pulls/mltooling/ml-workspace-r.svg"></a>
<a href="https://hub.docker.com/r/dagshub/ml-workspace-r" title="Docker Image Version"><img src="https://images.microbadger.com/badges/version/dagshub/ml-workspace-r.svg"></a>
<a href="https://hub.docker.com/r/dagshub/ml-workspace-r" title="Docker Image Metadata"><img src="https://images.microbadger.com/badges/image/dagshub/ml-workspace-r.svg"></a>
<a href="https://hub.docker.com/r/dagshub/ml-workspace-r" title="Docker Pulls"><img src="https://img.shields.io/docker/pulls/dagshub/ml-workspace-r.svg"></a>
<a href="https://github.com/ml-tooling/ml-workspace/blob/master/LICENSE" title="ML Workspace License"><img src="https://img.shields.io/badge/License-Apache%202.0-green.svg"></a>
<a href="https://gitter.im/ml-tooling/ml-workspace" title="Chat on Gitter"><img src="https://badges.gitter.im/ml-tooling/ml-workspace.svg"></a>
<a href="https://twitter.com/mltooling" title="ML Tooling on Twitter"><img src="https://img.shields.io/twitter/follow/mltooling.svg?style=social"></a>
<a href="https://twitter.com/TheRealDAGsHub" title="DAGsHub on Twitter"><img src="https://img.shields.io/twitter/follow/TheRealDAGsHub.svg?style=social"></a>
</p>

Please visit our [Github repository](https://github.com/ml-tooling/ml-workspace#r-flavor) for documentation and deployment information.
Please visit our [Github repository](https://github.com/dagshub/ml-workspace#r-flavor) for documentation and deployment information.

---

Licensed **Apache 2.0**. Created and maintained with ❤️ by developers from SAP in Berlin.
Licensed **Apache 2.0**. Created and maintained with ❤️ by developers from SAP in Berlin.
4 changes: 2 additions & 2 deletions spark-flavor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ARG_WORKSPACE_VERSION="latest"
# Build from full flavor of workspace with same version
FROM mltooling/ml-workspace-r:$ARG_WORKSPACE_VERSION
FROM dagshub/ml-workspace-r:$ARG_WORKSPACE_VERSION

ARG ARG_WORKSPACE_FLAVOR="spark"
ENV WORKSPACE_FLAVOR=$ARG_WORKSPACE_FLAVOR
Expand Down Expand Up @@ -152,7 +152,7 @@ ARG ARG_VCS_REF="unknown"
LABEL \
"workspace.version"=$WORKSPACE_VERSION \
"workspace.flavor"=$WORKSPACE_FLAVOR \
"workspace.baseimage"=mltooling/ml-workspace:$WORKSPACE_VERSION \
"workspace.baseimage"=dagshub/ml-workspace:$WORKSPACE_VERSION \
"org.opencontainers.image.version"=$WORKSPACE_VERSION \
"org.opencontainers.image.revision"=$ARG_VCS_REF \
"org.opencontainers.image.created"=$ARG_BUILD_DATE \
Expand Down
18 changes: 9 additions & 9 deletions spark-flavor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">
<a href="https://github.com/ml-tooling/ml-workspace" title="ML Workspace Home">
<img width=50% alt="" src="https://github.com/ml-tooling/ml-workspace/raw/master/docs/images/ml-workspace-logo.png"> </a>
<a href="https://github.com/dagshub/ml-workspace" title="ML Workspace Home">
<img width=50% alt="" src="https://github.com/dagshub/ml-workspace/raw/master/docs/images/ml-workspace-logo.png"> </a>
<br>
</h1>

Expand All @@ -9,16 +9,16 @@
</p>

<p align="center">
<a href="https://hub.docker.com/r/mltooling/ml-workspace-spark" title="Docker Image Version"><img src="https://images.microbadger.com/badges/version/mltooling/ml-workspace-spark.svg"></a>
<a href="https://hub.docker.com/r/mltooling/ml-workspace-spark" title="Docker Image Metadata"><img src="https://images.microbadger.com/badges/image/mltooling/ml-workspace-spark.svg"></a>
<a href="https://hub.docker.com/r/mltooling/ml-workspace-spark" title="Docker Pulls"><img src="https://img.shields.io/docker/pulls/mltooling/ml-workspace-spark.svg"></a>
<a href="https://github.com/ml-tooling/ml-workspace/blob/master/LICENSE" title="ML Workspace License"><img src="https://img.shields.io/badge/License-Apache%202.0-green.svg"></a>
<a href="https://hub.docker.com/r/dagshub/ml-workspace-spark" title="Docker Image Version"><img src="https://images.microbadger.com/badges/version/dagshub/ml-workspace-spark.svg"></a>
<a href="https://hub.docker.com/r/dagshub/ml-workspace-spark" title="Docker Image Metadata"><img src="https://images.microbadger.com/badges/image/dagshub/ml-workspace-spark.svg"></a>
<a href="https://hub.docker.com/r/dagshub/ml-workspace-spark" title="Docker Pulls"><img src="https://img.shields.io/docker/pulls/dagshub/ml-workspace-spark.svg"></a>
<a href="https://github.com/dagshub/ml-workspace/blob/master/LICENSE" title="ML Workspace License"><img src="https://img.shields.io/badge/License-Apache%202.0-green.svg"></a>
<a href="https://gitter.im/ml-tooling/ml-workspace" title="Chat on Gitter"><img src="https://badges.gitter.im/ml-tooling/ml-workspace.svg"></a>
<a href="https://twitter.com/mltooling" title="ML Tooling on Twitter"><img src="https://img.shields.io/twitter/follow/mltooling.svg?style=social"></a>
<a href="https://twitter.com/TheRealDAGsHub" title="DAGsHub on Twitter"><img src="https://img.shields.io/twitter/follow/TheRealDAGsHub.svg?style=social"></a>
</p>

Please visit our [Github repository](https://github.com/ml-tooling/ml-workspace#spark-flavor) for documentation and deployment information.
Please visit our [Github repository](https://github.com/dagshub/ml-workspace#spark-flavor) for documentation and deployment information.

---

Licensed **Apache 2.0**. Created and maintained with ❤️ by developers from SAP in Berlin.
Licensed **Apache 2.0**. Created and maintained with ❤️ by developers from SAP in Berlin.