mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2025-03-29 03:43:27 +00:00
Dev: miniconda, dataset
This commit is contained in:
parent
5efb40a557
commit
1dc9226f4b
17
Dockerfile
17
Dockerfile
@ -8,19 +8,14 @@ RUN apt install -y wget
|
||||
RUN apt install -y build-essential
|
||||
RUN apt install -y python3 python3-pip python-is-python3
|
||||
|
||||
#RUN mkdir -p /miniconda3
|
||||
RUN mkdir -p /anaconda3
|
||||
# RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /miniconda3/miniconda.sh
|
||||
RUN wget https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-x86_64.sh -O /anaconda3/anaconda.sh
|
||||
# RUN bash /miniconda3/miniconda.sh -b -u -p /miniconda3
|
||||
RUN bash /anaconda3/anaconda.sh -b -u -p /anaconda3
|
||||
# RUN rm -f /miniconda3/miniconda.sh
|
||||
## Miniconda
|
||||
RUN mkdir -p /miniconda3
|
||||
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /miniconda3/miniconda.sh
|
||||
RUN bash /miniconda3/miniconda.sh -b -u -p /miniconda3
|
||||
RUN /miniconda3/bin/conda init bash
|
||||
|
||||
# RUN /miniconda3/bin/conda init bash
|
||||
RUN /anaconda3/bin/conda init bash
|
||||
|
||||
COPY environment.yml /root/environment.yml
|
||||
#RUN /miniconda3/bin/conda env create -f /root/environment.yml
|
||||
#RUN /anaconda3/bin/conda env create -f /root/environment.yml
|
||||
RUN /miniconda3/bin/conda env create -f /root/environment.yml
|
||||
|
||||
CMD ["/bin/bash"]
|
@ -11,6 +11,7 @@ services:
|
||||
# - /etc/passwd:/etc/passwd:ro
|
||||
# - /etc/group:/etc/group:ro
|
||||
- .:/root/gaussian-splatting
|
||||
- /home/terada/dataset/tandt_db:/root/dataset/tandt_db
|
||||
- ~/.ssh:/root/.ssh
|
||||
# ports:
|
||||
# - "8087:8088"
|
||||
|
Loading…
Reference in New Issue
Block a user