Skip to content

Commit

Permalink
Update Docker.modis-vcf
Browse files Browse the repository at this point in the history
  • Loading branch information
cssprad1 authored Dec 17, 2024
1 parent b3fdb71 commit e29dd69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/applications/modis-vcf/Docker.modis-vcf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Arguments to pass to the image
ARG RAPIDS_VER=24.12
ARG CUDA_VER=12.5
ARG PYTHON_VERS=3.10
ARG PYTHON_VER=3.10
ARG FROM_IMAGE=rapidsai/base

# nvcr.io/nvidia/rapidsai/base:24.12-cuda12.5-py3.10
Expand All @@ -20,6 +20,8 @@ ENV DEBIAN_FRONTEND noninteractive
ENV CPLUS_INCLUDE_PATH="/usr/include/gdal"
ENV C_INCLUDE_PATH="/usr/include/gdal"

RUN apt-get -y update

# System dependencies
RUN apt-get update && \
apt-get -y install software-properties-common && \
Expand Down

0 comments on commit e29dd69

Please sign in to comment.