File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,12 @@ RUN apt-get update && apt-get upgrade -y && \
62
62
sudo ./aws/install && \
63
63
rm -rf aws awscliv2.zip && \
64
64
: && \
65
+ # Install Q CLI
66
+ curl --proto '=https' --tlsv1.2 -sSf "https://desktop-release.q.us-east-1.amazonaws.com/latest/q-x86_64-linux.zip" -o "q.zip" && \
67
+ unzip q.zip && \
68
+ Q_INSTALL_GLOBAL=true ./q/install.sh --no-confirm && \
69
+ rm -rf q q.zip && \
70
+ : && \
65
71
echo "source /usr/local/bin/_activate_current_env.sh" | tee --append /etc/profile && \
66
72
# CodeEditor - create server, user data dirs
67
73
mkdir -p /opt/amazon/sagemaker/sagemaker-code-editor-server-data /opt/amazon/sagemaker/sagemaker-code-editor-user-data \
Original file line number Diff line number Diff line change @@ -62,6 +62,12 @@ RUN apt-get update && apt-get upgrade -y && \
62
62
sudo ./aws/install && \
63
63
rm -rf aws awscliv2.zip && \
64
64
: && \
65
+ # Install Q CLI
66
+ curl --proto '=https' --tlsv1.2 -sSf "https://desktop-release.q.us-east-1.amazonaws.com/latest/q-x86_64-linux.zip" -o "q.zip" && \
67
+ unzip q.zip && \
68
+ Q_INSTALL_GLOBAL=true ./q/install.sh --no-confirm && \
69
+ rm -rf q q.zip && \
70
+ : && \
65
71
echo "source /usr/local/bin/_activate_current_env.sh" | tee --append /etc/profile && \
66
72
# CodeEditor - create server, user data dirs
67
73
mkdir -p /opt/amazon/sagemaker/sagemaker-code-editor-server-data /opt/amazon/sagemaker/sagemaker-code-editor-user-data \
You can’t perform that action at this time.
0 commit comments