Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
3b9c6c69
Unverified
Commit
3b9c6c69
authored
Mar 08, 2025
by
Roger Meier
Committed by
GitHub
Mar 07, 2025
Browse files
[CI/Build] refactor: set timezone of container to UTC (#12888)
Signed-off-by:
Roger Meier
<
r.meier@siemens.com
>
parent
4aae6676
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
Dockerfile
Dockerfile
+2
-6
No files found.
Dockerfile
View file @
3b9c6c69
...
...
@@ -15,9 +15,7 @@ ARG TARGETPLATFORM
ENV
DEBIAN_FRONTEND=noninteractive
# Install minimal dependencies and uv
RUN
echo
'tzdata tzdata/Areas select America'
| debconf-set-selections
\
&&
echo
'tzdata tzdata/Zones/America select Los_Angeles'
| debconf-set-selections
\
&&
apt-get update
-y
\
RUN
apt-get update
-y
\
&&
apt-get
install
-y
ccache git curl wget
sudo
\
&&
curl
-LsSf
https://astral.sh/uv/install.sh | sh
...
...
@@ -174,9 +172,7 @@ RUN PYTHON_VERSION_STR=$(echo ${PYTHON_VERSION} | sed 's/\.//g') && \
echo
"export PYTHON_VERSION_STR=
${
PYTHON_VERSION_STR
}
"
>>
/etc/environment
# Install minimal dependencies and uv
RUN
echo
'tzdata tzdata/Areas select America'
| debconf-set-selections
\
&&
echo
'tzdata tzdata/Zones/America select Los_Angeles'
| debconf-set-selections
\
&&
apt-get update
-y
\
RUN
apt-get update
-y
\
&&
apt-get
install
-y
ccache git curl wget
sudo
vim
\
&&
apt-get
install
-y
ffmpeg libsm6 libxext6 libgl1 libibverbs-dev
\
&&
curl
-LsSf
https://astral.sh/uv/install.sh | sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment