Skip to content
Snippets Groups Projects
Commit 27c3a87f authored by Alexis Mergez's avatar Alexis Mergez
Browse files

Configured TZ and non-interactive for debian

parent e2163814
No related branches found
Tags v0.2-RC.5
No related merge requests found
Pipeline #280273 canceled
......@@ -2,7 +2,14 @@ Bootstrap: docker
From: pytorch/pytorch:2.5.1-cuda12.4-cudnn9-devel
Stage: build
%environment
export TZ="Europe/Paris"
export DEBIAN_FRONTEND="noninteractive"
%post
export TZ="Europe/Paris"
export DEBIAN_FRONTEND="noninteractive"
apt-get update
apt-get install -y \
pandoc \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment