Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 1ef8af5

Browse files
authored
Merge pull request #42 from facebookresearch/cilk-docker
Add cilk runtime to docker images
2 parents f4ce00e + 59c8aed commit 1ef8af5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docker/linux-trusty-gcc4.8-tapir5.0/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ FROM tensorcomprehensions/linux-trusty:${BUILD_ID}
44
ENV DEBIAN_FRONTEND noninteractive
55

66
RUN apt-get update
7+
RUN apt-get install -y --no-install-recommends vim
78

89
RUN add-apt-repository ppa:ubuntu-toolchain-r/test
910
RUN apt-get update
11+
RUN apt-get install -y --no-install-recommends libcilkrts5
1012
RUN apt-get install -y --no-install-recommends gcc-4.8 g++-4.8
1113
RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50
1214
RUN update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50

docker/linux-xenial-gcc5-tapir5.0/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FROM tensorcomprehensions/linux-xenial:${BUILD_ID}
44
ENV DEBIAN_FRONTEND noninteractive
55

66
RUN apt-get update
7+
RUN apt-get install -y --no-install-recommends vim
78

89
RUN add-apt-repository ppa:ubuntu-toolchain-r/test
910
RUN apt-get update

0 commit comments

Comments
 (0)