File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ impyla==0.16.0 \
3838pyodps==0.8.3 \
3939jupyter==1.0.0 \
4040notebook==6.0.0 \
41- sqlflow==0.6 .0 \
41+ sqlflow==0.7 .0 \
4242pre-commit==1.18.3 \
4343dill==0.3.0 \
4444shap==0.30.1 \
@@ -75,7 +75,7 @@ chmod +x /usr/local/bin/protoc-gen-grpc-java
7575# 4. Install mysql without a password prompt
7676echo ' mysql-server mysql-server/root_password password root' | debconf-set-selections
7777echo ' mysql-server mysql-server/root_password_again password root' | debconf-set-selections
78- apt-get install -y mysql-server
78+ apt-get update && apt-get install -y mysql-server
7979mkdir -p /var/run/mysqld
8080mkdir -p /var/lib/mysql
8181chown mysql:mysql /var/run/mysqld
@@ -109,7 +109,7 @@ rm -rf /tmp/hadoop.tar.gz
109109rm -rf /opt/hadoop-${HADOOP_VERSION} /share/doc
110110
111111# 9. Install additional dependencies for ElasticDL, ElasticDL CLI, and build testing images
112- apt-get install -y docker.io sudo
112+ apt-get update && apt-get install -y docker.io sudo
113113curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.14.0/bin/linux/amd64/kubectl && chmod +x kubectl && sudo mv kubectl /usr/local/bin/
114114git clone https://github.com/sql-machine-learning/elasticdl.git
115115cd elasticdl
You can’t perform that action at this time.
0 commit comments