Skip to content

Commit 51f7193

Browse files
Eugene FedorenkoEugene Fedorenko
authored andcommitted
playing with docker
1 parent 73a6ec8 commit 51f7193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

environment_setup/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ LABEL org.label-schema.vendor = "Microsoft" \
88

99
COPY environment_setup/requirements.txt /setup/
1010

11+
RUN apt-get update && apt-get install gcc -y && pip install --upgrade -r /setup/requirements.txt
12+
1113
COPY environment_setup/python.sh /usr/local/sbin/python.sh
1214
RUN rm /usr/local/bin/python && ln -s /usr/local/sbin/python.sh /usr/local/bin/python
1315

14-
15-
RUN apt-get update && apt-get install gcc -y && pip install --upgrade -r /setup/requirements.txt
1616

1717
CMD ["python"]

0 commit comments

Comments
 (0)