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

Commit 55adef7

Browse files
authored
Testing going back to the old toolchain. (#175)
1 parent 2c7a190 commit 55adef7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu18.04
44

55
# Allows the caller to specify the toolchain to use.
6-
ARG swift_tf_url=https://storage.googleapis.com/s4tf-kokoro-artifact-testing/latest/swift-tensorflow-DEVELOPMENT-cuda10.0-cudnn7-test-ubuntu18.04.tar.gz
6+
ARG swift_tf_url=https://storage.googleapis.com/s4tf-kokoro-artifact-testing/latest/swift-tensorflow-DEVELOPMENT-cuda10.0-cudnn7-ubuntu18.04.tar.gz
77

88
# Install Swift deps.
99
ENV DEBIAN_FRONTEND=noninteractive
@@ -36,5 +36,8 @@ COPY . .
3636
RUN echo "/usr/local/cuda-10.0/targets/x86_64-linux/lib/stubs" > /etc/ld.so.conf.d/cuda-10.0-stubs.conf && \
3737
ldconfig
3838

39+
# Print out swift version for better debugging for toolchain problems
40+
RUN /swift-tensorflow-toolchain/usr/bin/swift --version
41+
3942
# Run SwiftPM tests
4043
RUN /swift-tensorflow-toolchain/usr/bin/swift test

0 commit comments

Comments
 (0)