Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gala
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Surrey Shared Containers
gala
Commits
df938970
Commit
df938970
authored
3 months ago
by
Dutta, Ayushi (PG/R - Comp Sci & Elec Eng)
Browse files
Options
Downloads
Patches
Plain Diff
imageio version check
parent
c5645d94
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#102132
failed
3 months ago
Stage: build
Stage: push
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
container.def
+5
-7
5 additions, 7 deletions
container.def
env.yaml
+29
-0
29 additions, 0 deletions
env.yaml
with
34 additions
and
7 deletions
container.def
+
5
−
7
View file @
df938970
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
BootStrap: docker
BootStrap: docker
From: nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
From: nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
%files
env.yaml /workspace/env.yaml
%post
%post
# Install special software or additions
# Install special software or additions
apt-get update -y # Good practice, update the package database.
apt-get update -y # Good practice, update the package database.
...
@@ -11,6 +14,7 @@ From: nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
...
@@ -11,6 +14,7 @@ From: nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* # keep the Docker image as small as possible.
apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* # keep the Docker image as small as possible.
# Install Miniconda
# Install Miniconda
cd /workspace
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
bash miniconda.sh -b -p /opt/conda
bash miniconda.sh -b -p /opt/conda
rm miniconda.sh
rm miniconda.sh
...
@@ -21,15 +25,9 @@ From: nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
...
@@ -21,15 +25,9 @@ From: nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
export TCNN_CUDA_ARCHITECTURES="75;80;86"
export TCNN_CUDA_ARCHITECTURES="75;80;86"
. /opt/conda/etc/profile.d/conda.sh # Non - interactive sessions we need this
. /opt/conda/etc/profile.d/conda.sh # Non - interactive sessions we need this
mkdir -p /workspace
cd /workspace
git clone https://github.com/snuvclab/gala.git
cd gala
conda env create -f env.yaml
conda env create -f env.yaml
conda clean -afy
conda clean -afy
cd ..
rm -rf gala
%environment
%environment
# Set some environment vars
# Set some environment vars
export PATH=/opt/conda/bin:$PATH
export PATH=/opt/conda/bin:$PATH
...
...
This diff is collapsed.
Click to expand it.
env.yaml
0 → 100644
+
29
−
0
View file @
df938970
name
:
gala
channels
:
-
pytorch
-
nvidia
-
defaults
dependencies
:
-
pytorch=1.13.0
-
torchvision=0.14.0
-
pytorch-cuda=11.7
-
pip
-
pip
:
-
tqdm
-
ninja
-
transformers
-
accelerate
-
diffusers==0.21.4
-
open3d
-
tetgen
-
pymeshfix
-
trimesh
-
omegaconf
-
triton
-
mediapipe
-
controlnet-aux==0.0.7
-
imageio==2.19.3
-
imageio-ffmpeg
-
git+https://github.com/NVlabs/nvdiffrast.git
-
git+https://github.com/facebookresearch/pytorch3d.git
-
git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment