switch pip to ustc
Some checks failed
Push_ghcr / Push (push) Successful in 1m48s
Flow / Base (push) Successful in 1m24s
Flow / SQL (push) Successful in 15s
Flow / SCIPY (push) Successful in 24s
Flow / PYSPARK (push) Failing after 17s
Flow / AGDA (push) Successful in 15s
Flow / CADABRA2 (push) Successful in 16s
Flow / DYALOG (push) Successful in 11s
Flow / C (push) Successful in 52s
Flow / SCRPY (push) Successful in 1m30s
Flow / FORTRAN (push) Successful in 1m1s
Flow / PYAI_C (push) Successful in 1m59s
Flow / ANSIBLE (push) Successful in 2m2s
Flow / CHAPEL (push) Successful in 1m52s
Flow / HASKELL (push) Successful in 1m23s
Flow / GO (push) Successful in 2m1s
Flow / CPP (push) Successful in 3m0s
Flow / JAVA (push) Successful in 1m50s
Flow / KOTLIN (push) Successful in 1m40s
Flow / JS (push) Successful in 1m58s
Flow / PYFLINK (push) Successful in 4m8s
Flow / LUA (push) Successful in 1m49s
Flow / SCILAB (push) Failing after 1m17s
Flow / NOVNC (push) Successful in 1m58s
Flow / PYQT6 (push) Successful in 37s
Flow / OCTAVE (push) Successful in 3m40s
Flow / R (push) Successful in 4m32s
Flow / JULIA (push) Successful in 9m6s
Flow / MMA (push) Successful in 7m1s
Flow / MAPLE (push) Successful in 7m39s
Flow / SAGEMATH (push) Successful in 8m10s
Flow / MATLAB_MINIMAL (push) Successful in 8m3s
Flow / MATLAB_MCM (push) Successful in 8m41s
Flow / Push (push) Successful in 15m29s
Some checks failed
Push_ghcr / Push (push) Successful in 1m48s
Flow / Base (push) Successful in 1m24s
Flow / SQL (push) Successful in 15s
Flow / SCIPY (push) Successful in 24s
Flow / PYSPARK (push) Failing after 17s
Flow / AGDA (push) Successful in 15s
Flow / CADABRA2 (push) Successful in 16s
Flow / DYALOG (push) Successful in 11s
Flow / C (push) Successful in 52s
Flow / SCRPY (push) Successful in 1m30s
Flow / FORTRAN (push) Successful in 1m1s
Flow / PYAI_C (push) Successful in 1m59s
Flow / ANSIBLE (push) Successful in 2m2s
Flow / CHAPEL (push) Successful in 1m52s
Flow / HASKELL (push) Successful in 1m23s
Flow / GO (push) Successful in 2m1s
Flow / CPP (push) Successful in 3m0s
Flow / JAVA (push) Successful in 1m50s
Flow / KOTLIN (push) Successful in 1m40s
Flow / JS (push) Successful in 1m58s
Flow / PYFLINK (push) Successful in 4m8s
Flow / LUA (push) Successful in 1m49s
Flow / SCILAB (push) Failing after 1m17s
Flow / NOVNC (push) Successful in 1m58s
Flow / PYQT6 (push) Successful in 37s
Flow / OCTAVE (push) Successful in 3m40s
Flow / R (push) Successful in 4m32s
Flow / JULIA (push) Successful in 9m6s
Flow / MMA (push) Successful in 7m1s
Flow / MAPLE (push) Successful in 7m39s
Flow / SAGEMATH (push) Successful in 8m10s
Flow / MATLAB_MINIMAL (push) Successful in 8m3s
Flow / MATLAB_MCM (push) Successful in 8m41s
Flow / Push (push) Successful in 15m29s
This commit is contained in:
parent
b7881b4c35
commit
7ccaedbddd
@ -15,7 +15,7 @@ jobs:
|
||||
build-args: |
|
||||
BASE_IMAGE=debian:bookworm-slim
|
||||
DEBIAN_MIRROR=mirrors.ustc.edu.cn
|
||||
PYPI_MIRROR=https://mirrors.bfsu.edu.cn/pypi/web/simple
|
||||
PYPI_MIRROR=https://mirrors.ustc.edu.cn/pypi/simple
|
||||
tags: eoelab.org:1027/${{ gitea.repository }}:py-c
|
||||
|
||||
SCIPY:
|
||||
|
@ -12,8 +12,8 @@ English | [中文](README_CN.md)
|
||||
|
||||
### HOW TO USE
|
||||
**Docker**
|
||||
* No data is used persistently:`docker run -d -p 8888:8888 docker.io/ben0i0d/jupyter:<tag>`
|
||||
* Provide data for persistent use:`docker run -d -p 8888:8888 -v "${PWD}":/home/jovyan docker.io/ben0i0d/jupyter:<tag>`
|
||||
* No data is used persistently:`docker run -d -p 8888:8888 ghcr.io/eoeair/jupyter:<tag>`
|
||||
* Provide data for persistent use:`docker run -d -p 8888:8888 -v "${PWD}":/home/jovyan ghcr.io/eoeair/jupyter:<tag>`
|
||||
|
||||
**Jupyterhub on K8S**
|
||||
Specify the image in the profile of the singleuser
|
||||
@ -21,13 +21,13 @@ Specify the image in the profile of the singleuser
|
||||
- description: SCIPython, for scientific research and engineering applications.
|
||||
display_name: Scipy
|
||||
kubespawner_override:
|
||||
image: docker.io/ben0i0d/jupyter:scipy
|
||||
image: ghcr.io/eoeair/jupyter:scipy
|
||||
```
|
||||
|
||||
**Jupyterhub on Docker**
|
||||
```
|
||||
c.DockerSpawner.allowed_images = {
|
||||
'Scipy': 'ben0i0d/jupyter:scipy'
|
||||
'Scipy': 'ghcr.io/eoeair/jupyter:scipy'
|
||||
}
|
||||
```
|
||||
### Global description
|
||||
|
@ -12,8 +12,8 @@ English | [中文](README_CN.md)
|
||||
|
||||
### 如何使用
|
||||
**Docker**
|
||||
* 没有数据持久化地使用:`docker run -d -p 8888:8888 docker.io/ben0i0d/jupyter:<tag>`
|
||||
* 提供数据持久化地使用:`docker run -d -p 8888:8888 -v "${PWD}":/home/jovyan docker.io/ben0i0d/jupyter:<tag>`
|
||||
* 没有数据持久化地使用:`docker run -d -p 8888:8888 ghcr.io/eoeair/jupyter:<tag>`
|
||||
* 提供数据持久化地使用:`docker run -d -p 8888:8888 -v "${PWD}":/home/jovyan ghcr.io/eoeair/jupyter:<tag>`
|
||||
|
||||
**Jupyterhub on K8S**
|
||||
在singleuser内的profile指定镜像
|
||||
@ -21,13 +21,13 @@ English | [中文](README_CN.md)
|
||||
- description: 提供Python的科学计算环境,提供了丰富的数值计算、优化、信号处理、统计分析等功能,用于科学研究和工程应用。
|
||||
display_name: Scipy
|
||||
kubespawner_override:
|
||||
image: docker.io/ben0i0d/jupyter:scipy
|
||||
image: ghcr.io/eoeair/jupyter:scipy
|
||||
```
|
||||
|
||||
**Jupyterhub on Docker**
|
||||
```
|
||||
c.DockerSpawner.allowed_images = {
|
||||
'Scipy': 'ben0i0d/jupyter:scipy'
|
||||
'Scipy': 'ghcr.io/eoeair/jupyter:scipy'
|
||||
}
|
||||
```
|
||||
### 全局说明
|
||||
|
Loading…
x
Reference in New Issue
Block a user