mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-19 05:54:20 +00:00
small fixes
This commit is contained in:
parent
3271115acc
commit
d75ffb7056
4
.github/workflows/run-docker-image.yml
vendored
4
.github/workflows/run-docker-image.yml
vendored
@ -35,6 +35,10 @@ jobs:
|
|||||||
|
|
||||||
nvcc --version
|
nvcc --version
|
||||||
|
|
||||||
|
# For torch1.9.0-cuda10.2
|
||||||
|
export LD_LIBRARY_PATH=/usr/local/cuda-10.2/compat:$LD_LIBRARY_PATH
|
||||||
|
|
||||||
|
|
||||||
which nvcc
|
which nvcc
|
||||||
cuda_dir=$(dirname $(which nvcc))
|
cuda_dir=$(dirname $(which nvcc))
|
||||||
echo "cuda_dir: $cuda_dir"
|
echo "cuda_dir: $cuda_dir"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM pytorch/pytorch:1.12.1-cuda11.3-cudnn8-runtime
|
FROM pytorch/pytorch:1.12.1-cuda11.3-cudnn8-devel
|
||||||
|
|
||||||
ENV LC_ALL C.UTF-8
|
ENV LC_ALL C.UTF-8
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM pytorch/pytorch:1.9.0-cuda10.2-cudnn7-runtime
|
FROM pytorch/pytorch:1.9.0-cuda10.2-cudnn7-devel
|
||||||
|
|
||||||
ENV LC_ALL C.UTF-8
|
ENV LC_ALL C.UTF-8
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM pytorch/pytorch:2.0.0-cuda11.7-cudnn8-runtime
|
FROM pytorch/pytorch:2.0.0-cuda11.7-cudnn8-devel
|
||||||
|
|
||||||
ENV LC_ALL C.UTF-8
|
ENV LC_ALL C.UTF-8
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user