Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md in a docker page #300

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions experimental/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This folder contains dockerfiles with all the dependencies necessary to do
development work with MLGO. Note that these dockerfiles do not contain a
clone of LLVM, only system dependencies, python dependencies, and the current
repository. You are expected to clone LLVM and configure the build yourself.
To see how to do this, the [inliner demo](../docs/demo/demo.md) should have
To see how to do this, the [inliner demo](../../docs/inlining-demo/demo.md) should have
some useful guidance.

### Building the image
Expand All @@ -20,4 +20,4 @@ docker build -t <your tag here> -f ./docker/development.Dockerfile .
**WARNING**: These development dockerfiles are not guaranteed to work. We will
do a best effort to make sure these dockerfiles are working, but they might stop
working at any point in time and should absolutely not be used in production
environments.
environments.