Skip to content

Commit

Permalink
Merge pull request #1727 from microsoft/miguel/docker
Browse files Browse the repository at this point in the history
Update docker image reference to internal registry
  • Loading branch information
miguelgfierro committed May 30, 2022
2 parents 3b38062 + df44178 commit b77bc33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ARG ENV="cpu"
ARG HOME="/root"

FROM ubuntu:18.04 AS base
FROM mcr.microsoft.com/mirror/docker/library/ubuntu:18.04 AS base

LABEL maintainer="Microsoft Recommender Project <RecoDevTeam@service.microsoft.com>"

Expand Down Expand Up @@ -87,7 +87,7 @@ RUN if [ "${VIRTUAL_ENV}" = "conda" ] ; then pip install recommenders[spark,exam
###########
# GPU Stage
###########
FROM nvidia/cuda:11.2.2-cudnn8-runtime-ubuntu18.04 AS gpu
FROM mcr.microsoft.com/mirror/nvcr/nvidia/cuda:11.4.2-cudnn8-runtime-ubuntu18.04 AS gpu

ARG HOME
ARG VIRTUAL_ENV
Expand Down

0 comments on commit b77bc33

Please sign in to comment.