소스 검색

adding missing dockerfile dependency

Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
pull/780/head
Vanessa Sochat 5 년 전
부모
커밋
4bb9df8983
No known key found for this signature in database GPG 키 ID: 55B56B9BF3B77E5C
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      utils/multires/Dockerfile

+ 1
- 1
utils/multires/Dockerfile 파일 보기

@@ -5,7 +5,7 @@ FROM ubuntu:18.04

ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && \
apt-get install -y python3 python3-pil hugin-tools
apt-get install -y python3 python3-dev python3-pil hugin-tools

ADD generate.py /generate.py
ENTRYPOINT ["python3", "/generate.py"]

불러오는 중...
취소
저장