Skip to content
Snippets Groups Projects
Commit b91bcde3 authored by Byungheong Jeong's avatar Byungheong Jeong
Browse files

Update Dockerfile

parent 19103969
No related branches found
No related tags found
No related merge requests found
Pipeline #10705 failed
......@@ -2,6 +2,8 @@ ARG cuda_version=10.0
ARG cudnn_version=7
FROM nvidia/cuda:${cuda_version}-cudnn${cudnn_version}-devel
WORKDIR /userdata/kerasData
# Install system packages
RUN apt-get update && apt-get install -y --no-install-recommends \
bzip2 \
......@@ -80,4 +82,3 @@ ENV LANG=C.UTF-8
ENV PYTHONPATH='/src/:$PYTHONPATH'
WORKDIR /userdata/kerasData
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