29%
12.09.2013
17 %description
18 Custom SELinux policy module.
19
20 %prep
21 if [ ! -d custom-selinux-policy ]; then
22 mkdir custom-selinux-policy
23 fi
24 cp -p %{SOURCE0} %{SOURCE1} %{SOURCE2} custom
29%
30.11.2025
to perform a level of testing equivalent to x86 server offerings, then they will work with upstream projects to resolve as many issues as possible within the Ubuntu ARM Server project's time and resource
29%
02.02.2021
.matrix.dev/gentoo-glibc:latest-amd64
---> 4e800333acbd
Step 2/6 : COPY --from=dockerrepo.matrix.dev/gentoo-zlib:latest-amd64 /lib64/* /lib64/
---> aaf3f557c027
Step 3/6 : COPY --from=dockerrepo.matrix.dev/gentoo-gcc:latest-amd64 /usr/lib/gcc/x
29%
30.01.2020
: /lib/modules/4.20.5-200.fc29.x86_64/kernel/net/netfilter/nf_tables.ko.xz
alias: nfnetlink-subsys-10
author: Patrick McHardy
license: GPL
depends
29%
09.06.2018
protocol to version 2.1 in the smb.conf file, smbclient cannot connect. The connection only works if you use a protocol newer than 2.0 (see Listing 3). This example reveals that there is no master for Net
29%
30.01.2024
:
- "main"
jobs:
build:
runs-on: ubuntu:22.04
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Login to Docker Hub
uses: docker/login-action@v2
with:
username
29%
03.12.2024
.9.0. The TensorFlow version is a bit old; 2.16.1 is the latest as of this writing, but I already had it installed. My Keras is also a bit old. I think Keras 3.6 is the latest, and my version isn't even 3.x. I haven
29%
26.01.2025
version isn't even 3.x. I haven't tested the code with Keras 3.x yet, so your mileage may vary if you go that route.
CIFAR-10
The model and dataset I use is CIFAR-10 [6]. It is a very common dataset
29%
25.09.2023
forwarding the
20 # user locale env variables or we get warnings such as:
21 # bash: warning: setlocale: LC_ALL: cannot change locale
22 RUN sed -i -e 's/^AcceptEnv LANG LC_\*$/#AcceptEnv LANG LC_*/' /etc
29%
30.11.2025
and arrival rate
19 $pdq::streams = pdq::CreateOpen($Workload, $ArrivalRate);
20 # Define the service rate for customers at the cash desk
21 pdq::SetDemand($ServerName, $Workload, $SeviceTime);
22