Coder Social home page Coder Social logo

singularitytools's Introduction

#f03c15 This repo has been replaced by container-recipes

SingularityTools

A collection of tools and example scripts to facilitate creating Singularity containers at the OLCF.

singularitytools's People

Contributors

adamsimpson avatar foertter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

singularitytools's Issues

Bazel no longer builds Tensorflow properly

Tried building a container with Tensorflow 1.3, following the tensorflow.def definition for Titan, but it seems that recent Updates to Bazel are breaking inside the container:

+ cd tensorflow
+ git checkout tags/v1.3.0
Note: checking out 'tags/v1.3.0'.

# ...

HEAD is now at 9e76bf3... Merge pull request #12342 from jart/r1.3-tensorboard-notes
+ ./configure
Extracting Bazel installation...
.................................
You have bazel 0.9.0 installed.
./configure: line 669: /usr/local/cuda/extras/demo_suite/deviceQuery: No such file or directory
Configuration finished
+ bazel build -c opt --copt=-mavx --copt=-msse4.1 --copt=-msse4.2 --incompatible_disallow_uncalled_set_constructor=false --config=cuda tensorflow/tools/pip_package:build_pip_package
Loading:

Loading: 0 packages loaded

Loading: 0 packages loaded

ERROR: /root/.cache/bazel/_bazel_root/68a62076e91007a7908bc42a32e4cff9/external/io_bazel_rules_closure/closure/private/defs.bzl:27:16: The function 'set' has been removed in favor of 'depset', please use the latter. You can temporarily refer to the old 'set' constructor from unexecuted code by using --incompatible_disallow_uncalled_set_constructor=false

ERROR: error loading package '': Extension file 'closure/private/defs.bzl' has errors

ERROR: error loading package '': Extension file 'closure/private/defs.bzl' has errors

Following the recommendation from the error, I tried setting --incompatible_disallow_uncalled_set_constructor=false here: https://github.com/yngtodd/singularity/blob/master/Singularity#L120.

However, I am still running into errors. Do you know which Bazel version number was originally working with Tensorflow 1.3?

bindmount /.singularity.d/env/

bindmount site wide file to setup environment variables. This way if SINGULARITYENV is wiped out by the docker environment everything still works.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.