Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
push deprecation warning to dockerhub readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ahgraber committed Mar 18, 2023
1 parent 90026ac commit 5d2e424
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ charset = utf-8
[*.{bat,cmd,ps1}]
end_of_line = crlf

[*.md]
trim_trailing_whitespace = false

[*.{yml,yaml}]
indent_size = 2

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/1-build-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on: # yamllint disable-line rule:truthy
pull_request:
paths-ignore:
# - ".github/**"
- .github/workflows/hub-overview.yaml
- docs/**
- scripts/**
- '*.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hub-overview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
branches:
- main
paths:
- ".github/workflows/hub-overview.yml"
- ".github/workflows/hub-overview.yaml"

- "src/base-env/README.md"
- "src/ds-env/README.md"
Expand All @@ -32,7 +32,7 @@ jobs:
Customized version of jupyter/minimal-notebook
- image: ds-env
description: |
Base image from ninerealmlabs/docker-jupyter-stacks with 'standard' data & analytics pacakges
Base image from ninerealmlabs/docker-jupyter-stacks with 'standard' data & analytics packages
- image: nlp-env
description: |
Environment from ninerealmlabs/docker-jupyter-stacks for nlp & text analysis
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
This repo contains the source files for juptyer containers based on [jupyter/docker-stacks](https://github.com/jupyter/docker-stacks).

> ⚠️ Deprecation Notice: No longer updating Dockerhub repository ⚠️
>
> Due to March 2023 removal of Docker's free Teams organization & history of price changes,
> images will no longer be pushed to DockerHub.
> images will no longer be pushed to DockerHub.
> Please use `ghcr.io/ninerealmlabs/<image-name>:<tag>`
- [Introduction](#introduction)
Expand Down
6 changes: 6 additions & 0 deletions src/base-env/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Base

> ⚠️ Deprecation Notice: No longer updating Dockerhub repository ⚠️
>
> Due to March 2023 removal of Docker's free Teams organization & history of price changes,
> images will no longer be pushed to DockerHub.
> Please use `ghcr.io/ninerealmlabs/<image-name>:<tag>`
JupyterLab environment designed as a base image.
Built from [jupyter/docker-stacks/minimal-notebook](https://github.com/jupyter/docker-stacks/tree/master/minimal-notebook),
with additional customization to the "jupyterhub OS" to allow multiple environments,
Expand Down
6 changes: 6 additions & 0 deletions src/ds-env/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Data Science Environment

> ⚠️ Deprecation Notice: No longer updating Dockerhub repository ⚠️
>
> Due to March 2023 removal of Docker's free Teams organization & history of price changes,
> images will no longer be pushed to DockerHub.
> Please use `ghcr.io/ninerealmlabs/<image-name>:<tag>`
JupyterLab environment designed for general data analysis and ML, including a variety of libraries for plotting,
missing and imbalanced data management, connections to databases.
Of particular interest might be [`dataprep`](https://github.com/sfu-db/dataprep).
Expand Down
6 changes: 6 additions & 0 deletions src/nlp-env/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# NLP Environment

> ⚠️ Deprecation Notice: No longer updating Dockerhub repository ⚠️
>
> Due to March 2023 removal of Docker's free Teams organization & history of price changes,
> images will no longer be pushed to DockerHub.
> Please use `ghcr.io/ninerealmlabs/<image-name>:<tag>`
JupyterLab environment updated to include packages useful for Natural Language Processing (NLP) tasks
like `NLTK`, `Gensim`, `HuggingFace`, and `SpaCy`.

Expand Down
6 changes: 6 additions & 0 deletions src/ts-env/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Time Series environment

> ⚠️ Deprecation Notice: No longer updating Dockerhub repository ⚠️
>
> Due to March 2023 removal of Docker's free Teams organization & history of price changes,
> images will no longer be pushed to DockerHub.
> Please use `ghcr.io/ninerealmlabs/<image-name>:<tag>`
JupyterLab environment with packages for forecasting and time-series data analysis,
like `prophet`, `pywavelets`, `stumpy`, and `u8darts`.

Expand Down
6 changes: 6 additions & 0 deletions src/web-env/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Web Environment

> ⚠️ Deprecation Notice: No longer updating Dockerhub repository ⚠️
>
> Due to March 2023 removal of Docker's free Teams organization & history of price changes,
> images will no longer be pushed to DockerHub.
> Please use `ghcr.io/ninerealmlabs/<image-name>:<tag>`
JupyterLab environment that includes packages useful when modeling web traffic and behavior or web scraping.

This image also includes `chrome`/`chromedriver` and `firefox`/`geckodriver`.
Expand Down

0 comments on commit 5d2e424

Please sign in to comment.