Skip to content

Commit

Permalink
add:Anaconda3 (#378)
Browse files Browse the repository at this point in the history
Co-authored-by: Tiger Wang <[email protected]>
  • Loading branch information
LisonEvf and tigerinus authored Jan 24, 2024
1 parent e10b775 commit 6cd88f5
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions Apps/Anaconda3/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
name: anaconda3
services:
anaconda3:
container_name: anaconda3
image: continuumio/anaconda3:2023.09-0
network_mode: bridge
restart: unless-stopped
environment:
- LANG=C.UTF-8
- LC_ALL=C.UTF-8
- PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ports:
- target: 8888
published: "8888"
protocol: tcp
volumes:
- type: bind
source: /DATA/AppData/$AppID/notebooks
target: /opt/notebooks
command:
- /bin/bash
- -c
- conda install -c conda-forge jupyterlab -y --quiet && jupyter lab
--notebook-dir=/opt/notebooks --ip='*' --port=8888 --no-browser
--allow-root
labels:
icon: https://cdn.jsdelivr.net/gh/LisonEvf/CasaOS-AppStore@main/Apps/Anaconda3/icon.png
x-casaos:
envs:
- container: PATH
description:
en_us: ""
- container: LANG
description:
en_us: ""
- container: LC_ALL
description:
en_us: ""
ports:
- container: "8888"
description:
en_us: JupyterLab
volumes:
- container: /opt/notebooks
description:
en_us: Jupyter notebook directory
zh_cn: Jupyter 笔记目录
x-casaos:
main: anaconda3
architectures:
- amd64
author: LisonEvf
category: AI
developer: LisonEvf
icon: https://cdn.jsdelivr.net/gh/LisonEvf/CasaOS-AppStore@main/Apps/Anaconda3/icon.png
thumbnail: https://cdn.jsdelivr.net/gh/LisonEvf/CasaOS-AppStore@main/Apps/Anaconda3/thumbnail.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/LisonEvf/CasaOS-AppStore@main/Apps/Autobrr/screenshot-1.png
- https://cdn.jsdelivr.net/gh/LisonEvf/CasaOS-AppStore@main/Apps/Autobrr/screenshot-2.png
- https://cdn.jsdelivr.net/gh/LisonEvf/CasaOS-AppStore@main/Apps/Autobrr/screenshot-3.png
scheme: http
hostname: ""
port_map: "8888"
index: /
description:
en_us: Your machine learning Env work with Jupyter Lab
zh_cn: 私有炼丹炉
tagline:
en_us: Your machine learning Env work with Jupyter Lab
zh_cn: 私有炼丹炉
tips:
en_us: Your machine learning Env work with Jupyter Lab
zh_cn: 私有炼丹炉
before_install:
en_us: After installation, please check the token in the container log (Settings - TopRight - Terminal and Logs - Logs).
zh_cn: 安装完成后,请在容器日志(应用-设置-右上角-终端与日志-日志)中查看token。
title:
en_us: Anaconda3
Binary file added Apps/Anaconda3/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Anaconda3/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Anaconda3/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Anaconda3/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Anaconda3/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6cd88f5

Please sign in to comment.