Skip to content
Snippets Groups Projects
Commit ce0bee55 authored by Fortune Iriaye's avatar Fortune Iriaye
Browse files

Update Dockerfile

parent 94428062
No related branches found
No related tags found
No related merge requests found
Pipeline #13304 failed with stage
in 1 minute and 5 seconds
......@@ -4,7 +4,8 @@ FROM tensorflow/tensorflow:1.15.0-gpu-py3
# Set environment variables
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
ENV DEBIAN_FRONTEND=noninteractive
ENV PATH /opt/conda/bin:$PATH
ENV PATH=/opt/conda/bin:$PATH
ARG CUDA=12.2.2
# Install system dependencies
RUN apt-get update && apt-get install -y \
......
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