scy6500 / nerf-workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NeRF Workspace

This branch is for creating Ainize Workspace images for NeRF_PL.

Installed Python libraries

Machine Learning Frameworks
Data Visualization
Text Data & NLP
Image Data
Graph Data
Geospatial Data
Time Series Data
Data Containers & Dataframes
Data Pipelines & Streaming
Distributed Machine Learning
Hyperparameter Optimization & AutoML
Reinforcement Learning
Workflow & Experiment Tracking
Model Interpretability
Probabilistics & Statistics
Sklearn Utilities

How to Test Your Image

Build Docker Image

docker build -t <image-name> .

Run Docker

docker run -d -p 8000:8000 -p 8010:8010 -p 8020:8020 <image-name>

Run Docker with Password

docker run -d -p 8000:8000 -p 8010:8010 -p 8020:8020 -e PASSWORD=<password> <image-name>

Run Docker with Github Repo

docker run -d -p 8000:8000 -p 8010:8010 -p 8020:8020 -e GH_REPO=<github-repo> <image-name>

Run Docker with password and Github Repo

docker run -d -p 8000:8000 -p 8010:8010 -p 8020:8020 -e PASSWORD=<password> -e GH_REPO=<github-repo> <image-name>

How to use this image in Ainize Workspace

  1. Click the "Create your workspace" button on the Ainize Workspace page.
  2. As the Container option, select "Import from github".
  3. Click the "Start with repo url" button.
  4. Put "https://github.com/ainize-workspace-collections/ml-workspace" in "Enter a Github repo url". And select this branch.
  5. Select the required tool(s) and click the OK button.
  6. Click "Start my work" after selecting the machine type. Now, enjoy your own Ainize Workspace! 🎉

About

License:Apache License 2.0


Languages

Language:C++ 77.8%Language:Jupyter Notebook 11.6%Language:C 6.5%Language:Python 3.3%Language:Cuda 0.4%Language:Dockerfile 0.2%Language:Shell 0.1%Language:CMake 0.1%Language:GLSL 0.0%Language:Makefile 0.0%Language:CSS 0.0%Language:Ruby 0.0%