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

Commit 3c1bbe5

Browse files
Update Dockerfile path
1 parent 79418e6 commit 3c1bbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Important notice
22
***In order to uniformize and simplify the build system we had to make choices. TC is currently only officially supported on Ubuntu 16.04 with gcc 5.4.0.***
33
Other configurations may work too but are not yet officially supported.
4-
For more information about setting up the config that we use to build the conda dependencies see the following [Dockerfile](conda_recipes/Dockerfile).
4+
For more information about setting up the config that we use to build the conda dependencies see the following [Dockerfile](https://github.com/facebookresearch/TensorComprehensions/blob/master/conda_recipes/docker-images/tc-cuda9.0-cudnn7.1-ubuntu16.04-devel/Dockerfile).
55

66
Our main goal with this decision is to make the build procedure extremely simple, both reproducible internally and extensible to new targets in the future.
77
In particular the gcc-4 / gcc-5 ABI switch is not something we want to concern ourselves with at this point, we go for gcc-5.4.0.

0 commit comments

Comments
 (0)