Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
stylegan3_pytorch
Commits
5bc9e4fb
Commit
5bc9e4fb
authored
Sep 09, 2024
by
dcuai
Browse files
Update Dockerfile
parent
0949794d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
Dockerfile
Dockerfile
+7
-7
No files found.
Dockerfile
View file @
5bc9e4fb
...
...
@@ -6,14 +6,14 @@
# distribution of this software and related documentation without an express
# license agreement from NVIDIA CORPORATION is strictly prohibited.
FROM
nvcr.io/nvidia
/pytorch:21.0
8
-py3
FROM
image.sourcefind.cn:5000/dcu/admin/base
/pytorch:2
.
1.0
-ubuntu20.04-dtk24.04.1
-py3
.10
ENV
PYTHONDONTWRITEBYTECODE 1
ENV
PYTHONUNBUFFERED 1
#
ENV PYTHONDONTWRITEBYTECODE 1
#
ENV PYTHONUNBUFFERED 1
RUN
pip
install
imageio imageio-ffmpeg
==
0.4.4
pyspng
==
0.1.0
#
RUN pip install imageio imageio-ffmpeg==0.4.4 pyspng==0.1.0
WORKDIR
/workspace
#
WORKDIR /workspace
RUN
(
printf
'#!/bin/bash\nexec \"$@\"\n'
>>
/entry.sh
)
&&
chmod
a+x /entry.sh
ENTRYPOINT
["/entry.sh"]
#
RUN (printf '#!/bin/bash\nexec \"$@\"\n' >> /entry.sh) && chmod a+x /entry.sh
#
ENTRYPOINT ["/entry.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