Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updating to Ubuntu 18.04
  • Loading branch information
vin-yu committed Jun 10, 2020
1 parent 9c7c140 commit 03e668d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/preview/examples/mssql-mlservices/Dockerfile
@@ -1,5 +1,5 @@
# Maintainers: Microsoft Corporation
FROM ubuntu:16.04
FROM ubuntu:18.04

# copy in supervisord conf file
COPY ./supervisord.conf /usr/local/etc/supervisord.conf
Expand Down Expand Up @@ -28,7 +28,7 @@ RUN apt-get update && \

# Adding custom MS repository
RUN curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
RUN curl https://packages.microsoft.com/config/ubuntu/16.04/mssql-server-2019.list > /etc/apt/sources.list.d/mssql-server-2019.list
RUN curl https://packages.microsoft.com/config/ubuntu/18.04/mssql-server-2019.list > /etc/apt/sources.list.d/mssql-server-2019.list

# install SQL Server ML services R and Python packages which will also install the mssql-server pacakge, the package for SQL Server itself
# if you want to install only Python or only R, you can add/remove the package as needed below
Expand Down

0 comments on commit 03e668d

Please sign in to comment.