Skip to content

Commit 0ad7337

Browse files
authored
Merge pull request #2 from DAGsHub/Update-Readme
Merging in updated links and readme
2 parents fccad18 + 6c977a4 commit 0ad7337

File tree

10 files changed

+121
-141
lines changed

10 files changed

+121
-141
lines changed

README.md

+88-108
Large diffs are not rendered by default.
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM mltooling/ml-workspace-minimal:latest
1+
FROM dagshub/ml-workspace-minimal:latest
22

33
# Set port to 8080 -> main port for cloud run
44
ENV WORKSPACE_PORT=8080
5-
EXPOSE 8080
5+
EXPOSE 8080

deployment/play-with-docker/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ version: '3.2'
22

33
services:
44
ml-workspace:
5-
image: mltooling/ml-workspace-minimal
5+
image: dagshub/ml-workspace-minimal
66
restart: always
77
volumes:
88
- ml-workspace:/workspace
99
ports:
1010
- 8080:8080
1111

1212
volumes:
13-
ml-workspace:
13+
ml-workspace:

docs/images/ml-workspace-logo.png

19.4 KB
Loading

gpu-flavor/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG ARG_WORKSPACE_VERSION="latest"
22
# Build from full flavor of workspace with same version
3-
FROM mltooling/ml-workspace:$ARG_WORKSPACE_VERSION
3+
FROM dagshub/ml-workspace:$ARG_WORKSPACE_VERSION
44

55
ARG ARG_WORKSPACE_FLAVOR="gpu"
66
ENV WORKSPACE_FLAVOR=$ARG_WORKSPACE_FLAVOR

gpu-flavor/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">
2-
<a href="https://github.com/ml-tooling/ml-workspace" title="ML Workspace Home">
3-
<img width=50% alt="" src="https://github.com/ml-tooling/ml-workspace/raw/master/docs/images/ml-workspace-logo.png"> </a>
2+
<a href="https://github.com/dagshub/ml-workspace" title="ML Workspace Home">
3+
<img width=50% alt="" src="https://github.com/dagshub/ml-workspace/raw/master/docs/images/ml-workspace-logo.png"> </a>
44
<br>
55
</h1>
66

@@ -9,16 +9,16 @@
99
</p>
1010

1111
<p align="center">
12-
<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>
13-
<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>
14-
<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>
12+
<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>
13+
<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>
14+
<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>
1515
<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>
1616
<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>
17-
<a href="https://twitter.com/mltooling" title="ML Tooling on Twitter"><img src="https://img.shields.io/twitter/follow/mltooling.svg?style=social"></a>
17+
<a href="https://twitter.com/TheRealDAGsHub" title="DAGsHub on Twitter"><img src="https://img.shields.io/twitter/follow/TheRealDAGsHub.svg?style=social"></a>
1818
</p>
1919

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

2222
---
2323

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

r-flavor/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG ARG_WORKSPACE_VERSION="latest"
22
# Build from full flavor of workspace with same version
3-
FROM mltooling/ml-workspace:$ARG_WORKSPACE_VERSION
3+
FROM dagshub/ml-workspace:$ARG_WORKSPACE_VERSION
44

55
ARG ARG_WORKSPACE_FLAVOR="r"
66
ENV WORKSPACE_FLAVOR=$ARG_WORKSPACE_FLAVOR
@@ -36,7 +36,7 @@ ARG ARG_VCS_REF="unknown"
3636
LABEL \
3737
"workspace.version"=$WORKSPACE_VERSION \
3838
"workspace.flavor"=$WORKSPACE_FLAVOR \
39-
"workspace.baseimage"=mltooling/ml-workspace:$WORKSPACE_VERSION \
39+
"workspace.baseimage"=dagshub/ml-workspace:$WORKSPACE_VERSION \
4040
"org.opencontainers.image.version"=$WORKSPACE_VERSION \
4141
"org.opencontainers.image.revision"=$ARG_VCS_REF \
4242
"org.opencontainers.image.created"=$ARG_BUILD_DATE \

r-flavor/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">
2-
<a href="https://github.com/ml-tooling/ml-workspace" title="ML Workspace Home">
3-
<img width=50% alt="" src="https://github.com/ml-tooling/ml-workspace/raw/master/docs/images/ml-workspace-logo.png"> </a>
2+
<a href="https://github.com/dagshub/ml-workspace" title="ML Workspace Home">
3+
<img width=50% alt="" src="https://github.com/dagshub/ml-workspace/raw/master/docs/images/ml-workspace-logo.png"> </a>
44
<br>
55
</h1>
66

@@ -9,16 +9,16 @@
99
</p>
1010

1111
<p align="center">
12-
<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>
13-
<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>
14-
<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>
12+
<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>
13+
<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>
14+
<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>
1515
<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>
1616
<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>
17-
<a href="https://twitter.com/mltooling" title="ML Tooling on Twitter"><img src="https://img.shields.io/twitter/follow/mltooling.svg?style=social"></a>
17+
<a href="https://twitter.com/TheRealDAGsHub" title="DAGsHub on Twitter"><img src="https://img.shields.io/twitter/follow/TheRealDAGsHub.svg?style=social"></a>
1818
</p>
1919

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

2222
---
2323

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

spark-flavor/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG ARG_WORKSPACE_VERSION="latest"
22
# Build from full flavor of workspace with same version
3-
FROM mltooling/ml-workspace-r:$ARG_WORKSPACE_VERSION
3+
FROM dagshub/ml-workspace-r:$ARG_WORKSPACE_VERSION
44

55
ARG ARG_WORKSPACE_FLAVOR="spark"
66
ENV WORKSPACE_FLAVOR=$ARG_WORKSPACE_FLAVOR
@@ -152,7 +152,7 @@ ARG ARG_VCS_REF="unknown"
152152
LABEL \
153153
"workspace.version"=$WORKSPACE_VERSION \
154154
"workspace.flavor"=$WORKSPACE_FLAVOR \
155-
"workspace.baseimage"=mltooling/ml-workspace:$WORKSPACE_VERSION \
155+
"workspace.baseimage"=dagshub/ml-workspace:$WORKSPACE_VERSION \
156156
"org.opencontainers.image.version"=$WORKSPACE_VERSION \
157157
"org.opencontainers.image.revision"=$ARG_VCS_REF \
158158
"org.opencontainers.image.created"=$ARG_BUILD_DATE \

spark-flavor/README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">
2-
<a href="https://github.com/ml-tooling/ml-workspace" title="ML Workspace Home">
3-
<img width=50% alt="" src="https://github.com/ml-tooling/ml-workspace/raw/master/docs/images/ml-workspace-logo.png"> </a>
2+
<a href="https://github.com/dagshub/ml-workspace" title="ML Workspace Home">
3+
<img width=50% alt="" src="https://github.com/dagshub/ml-workspace/raw/master/docs/images/ml-workspace-logo.png"> </a>
44
<br>
55
</h1>
66

@@ -9,16 +9,16 @@
99
</p>
1010

1111
<p align="center">
12-
<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>
13-
<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>
14-
<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>
15-
<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>
12+
<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>
13+
<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>
14+
<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>
15+
<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>
1616
<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>
17-
<a href="https://twitter.com/mltooling" title="ML Tooling on Twitter"><img src="https://img.shields.io/twitter/follow/mltooling.svg?style=social"></a>
17+
<a href="https://twitter.com/TheRealDAGsHub" title="DAGsHub on Twitter"><img src="https://img.shields.io/twitter/follow/TheRealDAGsHub.svg?style=social"></a>
1818
</p>
1919

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

2222
---
2323

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

0 commit comments

Comments
 (0)