mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2025-05-06 13:05:03 +00:00
ADD: docker settings
This commit is contained in:
parent
472689c0dc
commit
7b7c7490c1
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
|
||||
|
||||
CMD ["/bin/bash"]
|
19
compose.yaml
Normal file
19
compose.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
version: '3'
|
||||
services:
|
||||
gsplat-dev:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: gsplat-dev-container
|
||||
image: gsplat:1.0
|
||||
user: 1010:1010
|
||||
volumes:
|
||||
- /etc/passwd:/etc/passwd:ro
|
||||
- /etc/group:/etc/group:ro
|
||||
- .:/home/terada/gaussian-splatting
|
||||
- ~/.ssh:/root/.ssh
|
||||
# ports:
|
||||
# - "8087:8088"
|
||||
working_dir: /home/terada/gaussian-splatting
|
||||
tty: true
|
||||
network_mode: "host"
|
Loading…
Reference in New Issue
Block a user