Skip to content

Commit 16800c9

Browse files
Eugene FedorenkoEugene Fedorenko
authored andcommitted
merge with master
2 parents aaf1871 + 41ea9b7 commit 16800c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ page_type: sample
33
languages:
44
- python
55
products:
6+
- azure
67
- azure-machine-learning-service
78
- azure-devops
89
---

environment_setup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL org.label-schema.vendor = "Microsoft" \
77

88

99
COPY environment_setup/requirements.txt /setup/
10-
10+
1111
RUN apt-get update && apt-get install gcc -y && pip install --upgrade -r /setup/requirements.txt
1212

1313
CMD ["python"]

0 commit comments

Comments
 (0)