This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export TORCH_NVCC_FLAGS="-D__CUDA_NO_HALF_OPERATORS__" | |
PATH=$(getconf PATH) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var path = require('path') | |
var webpack = require('webpack') | |
var project = require('../project.json') | |
var InlineEnviromentVariablesPlugin = require('inline-environment-variables-webpack-plugin') | |
var ROOT_PATH = path.resolve(__dirname) // c:\Projects\palvelutietovaranto\src\PTV.Application.Web\webpack_external | |
var appJsPath = path.join(project.webroot, 'js', 'app') // wwwroot\js\app | |
module.exports = getOptions() | |
function getOptions () { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var path = require('path') | |
var webpack = require('webpack') | |
var project = require('../project.json') | |
var InlineEnviromentVariablesPlugin = require('inline-environment-variables-webpack-plugin') | |
var ROOT_PATH = path.resolve(__dirname) // c:\Projects\palvelutietovaranto\src\PTV.Application.Web\webpack_external | |
var appJsPath = path.join(project.webroot, 'js', 'app') // wwwroot\js\app | |
module.exports = getOptions() | |
function getOptions () { |