Skip to content

Commit

Permalink
Merge pull request #2 from DAGsHub/Update-Readme
Browse files Browse the repository at this point in the history
Merging in updated links and readme
  • Loading branch information
deanp70 authored Sep 2, 2020
2 parents fccad18 + 6c977a4 commit 0ad7337
Show file tree
Hide file tree
Showing 10 changed files with 121 additions and 141 deletions.
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.

0 comments on commit 0ad7337

Please sign in to comment.