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

Commit 7922e8b

Browse files
authored
Add some fastai notebooks as a build test target. (#410)
1 parent 1b77875 commit 7922e8b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@ RUN cp /swift-apis/.build/debug/libTensorFlow.so /swift-tensorflow-toolchain/usr
5757

5858
WORKDIR /
5959
RUN git clone https://github.com/tensorflow/swift-models.git
60+
RUN git clone https://github.com/fastai/fastai_dev.git
6061

6162
WORKDIR /swift-models
6263

6364
RUN /swift-tensorflow-toolchain/usr/bin/swift build
65+
66+
WORKDIR /fastai_dev/swift/FastaiNotebook_05_anneal
67+
68+
RUN /swift-tensorflow-toolchain/usr/bin/swift build

0 commit comments

Comments
 (0)