Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gitworkflows authored Jul 10, 2024
1 parent ff75f58 commit 76f4407
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
13 changes: 8 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,21 @@ RUN \
# Cleanup
clean-layer.sh

### END BASICS ###

### MLRECIPES-SPECIFIC INSTALLATIONS ###
RUN \
pip install --upgrade pip \
pip install setuptools_rust
# Copy mlrecipesspawner module to install it

# Install JupyterHub
RUN \
npm install -g configurable-http-proxy && \
python3 -m pip install --no-cache jupyterhub && \
# Cleanup
clean-layer.sh

### END BASICS ###

### MLRECIPES-SPECIFIC INSTALLATIONS ###

# Copy mlrecipesspawner module to install it
COPY resources/mlrecipesspawner /mlrecipesspawner

RUN \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">
ML Hub
ML Recipes
<br>
</h1>

Expand All @@ -11,7 +11,7 @@
<a href="https://hub.docker.com/r/khulnasoft/ml-recipes" title="Docker Image Version"><img src="https://images.microbadger.com/badges/version/khulnasoft/ml-recipes.svg"></a>
<a href="https://hub.docker.com/r/khulnasoft/ml-recipes" title="Docker Pulls"><img src="https://img.shields.io/docker/pulls/khulnasoft/ml-recipes.svg"></a>
<a href="https://hub.docker.com/r/khulnasoft/ml-recipes" title="Docker Image Metadata"><img src="https://images.microbadger.com/badges/image/khulnasoft/ml-recipes.svg"></a>
<a href="https://github.com/khulnasoft/ml-recipes/blob/master/LICENSE" title="ML Hub License"><img src="https://img.shields.io/badge/License-Apache%202.0-green.svg"></a>
<a href="https://github.com/khulnasoft/ml-recipes/blob/master/LICENSE" title="ML Recipes License"><img src="https://img.shields.io/badge/License-Apache%202.0-green.svg"></a>
<a href="https://gitter.im/khulnasoft/ml-recipes" title="Chat on Gitter"><img src="https://badges.gitter.im/khulnasoft/ml-recipes.svg"></a>
<a href="https://twitter.com/khulnasoft" title="KhulnaSoft on Twitter"><img src="https://img.shields.io/twitter/follow/khulnasoft.svg?style=social"></a>
</p>
Expand Down Expand Up @@ -254,7 +254,7 @@ All resources created by our custom spawners are labeled (Docker / Kubernetes la

## Support

The ML Hub project is maintained by [@raethlein](https://twitter.com/raethlein) and [@LukasMasuch](https://twitter.com/LukasMasuch). Please understand that we won't be able
The ML Recipes project is maintained by [@raethlein](https://twitter.com/raethlein) and [@LukasMasuch](https://twitter.com/LukasMasuch). Please understand that we won't be able
to provide individual support via email. We also believe that help is much more
valuable if it's shared publicly so that more people can benefit from it.

Expand Down
2 changes: 1 addition & 1 deletion resources/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

printf "Starting ML Hub\n"
printf "Starting ML Recipes\n"

incoming_args="$ADDITIONAL_ARGS"
execution_mode=${EXECUTION_MODE:-local}
Expand Down
2 changes: 1 addition & 1 deletion resources/mlrecipesspawner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
version='0.1',
description='MLRecipes DockerSpawner with multiple options to set',
url='https://github.com/khulnasoft/ml-recipes',
author='MLTooling Team',
author='KhulnaSoft Team',
packages=['mlrecipesspawner'],
zip_safe=False)

0 comments on commit 76f4407

Please sign in to comment.