- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 1,222 for Setup (0.14 seconds)
-
ci/official/utilities/setup.sh
# See the License for the specific language governing permissions and # limitations under the License. # ============================================================================== # # Common setup for all TF scripts. # # Make as FEW changes to this file as possible. It should not contain utility # functions (except for tfrun); use dedicated scripts instead and reference them
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Jan 09 18:37:25 GMT 2025 - 6.2K bytes - Click Count (0) -
ci/official/containers/ml_build/setup.packages.sh
# limitations under the License. # ============================================================================== # # setup.packages.sh: Given a list of Ubuntu packages, install them and clean up. # Usage: setup.packages.sh <package_list.txt> set -e # Prevent apt install tzinfo from asking our location (assumes UTC) export DEBIAN_FRONTEND=noninteractive apt-get update
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Sep 24 20:45:58 GMT 2024 - 1.1K bytes - Click Count (0) -
ci/official/containers/ml_build/setup.python.sh
# See the License for the specific language governing permissions and # limitations under the License. # ============================================================================== # # setup.python.sh: Install a specific Python version and packages for it. # Usage: setup.python.sh <pyversion> <requirements.txt> set -xe source ~/.bashrc VERSION=$1 REQUIREMENTS=$2 # Install Python packages for this container's version
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Oct 30 20:25:44 GMT 2025 - 2.5K bytes - Click Count (0) -
ci/official/containers/ml_build/setup.sources.sh
Quoc Truong <******@****.***> 1727989455 -0700
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Oct 03 21:13:05 GMT 2024 - 1.6K bytes - Click Count (0) -
ci/official/containers/ml_build/setup.sources.cudnn.sh
Quoc Truong <******@****.***> 1739910751 -0800
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Feb 18 20:42:21 GMT 2025 - 1.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/cors/CorsHandlerFactoryTest.java
private CorsHandlerFactory corsHandlerFactory; @Override protected void setUp(TestInfo testInfo) throws Exception { super.setUp(testInfo); corsHandlerFactory = new CorsHandlerFactory(); } @Test public void test_add_and_get_specificOrigin() { // Setup String origin = "https://example.com";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 9.3K bytes - Click Count (0) -
.github/workflows/build.yml
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Mar 10 16:19:02 GMT 2026 - 11.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/AggregateLogJobTest.java
import org.junit.jupiter.api.TestInfo; public class AggregateLogJobTest extends UnitFessTestCase { private AggregateLogJob aggregateLogJob; @Override protected void setUp(TestInfo testInfo) throws Exception { super.setUp(testInfo); aggregateLogJob = new AggregateLogJob(); } @Test public void test_constructor() { // Test default constructorCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 12.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/impl/ScriptExecutorTest.java
private ScriptExecutor scriptExecutor; private ScriptEngineFactory scriptEngineFactory; private TestScriptEngine testScriptEngine; @Override protected void setUp(TestInfo testInfo) throws Exception { super.setUp(testInfo); scriptExecutor = new ScriptExecutor(); scriptEngineFactory = new ScriptEngineFactory(); testScriptEngine = new TestScriptEngine();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 10.5K bytes - Click Count (0) -
.github/workflows/people.yml
run: echo "$GITHUB_CONTEXT" - uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v6 with: python-version-file: ".python-version" - name: Setup uv uses: astral-sh/setup-uv@v7 with: enable-cache: true cache-dependency-glob: | pyproject.toml uv.lock
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Jan 10 22:02:57 GMT 2026 - 1.5K bytes - Click Count (0)