We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaf1871 + 41ea9b7 commit 16800c9Copy full SHA for 16800c9
README.md
@@ -3,6 +3,7 @@ page_type: sample
3
languages:
4
- python
5
products:
6
+- azure
7
- azure-machine-learning-service
8
- azure-devops
9
---
environment_setup/Dockerfile
@@ -7,7 +7,7 @@ LABEL org.label-schema.vendor = "Microsoft" \
COPY environment_setup/requirements.txt /setup/
10
-
+
11
RUN apt-get update && apt-get install gcc -y && pip install --upgrade -r /setup/requirements.txt
12
13
CMD ["python"]
0 commit comments