Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 정규식 컴파일
- c3 초
- c3 축 가리기
- 정규식 문자열 출력
- selinux port 등록
- c3 step graph
- c3 second
- regex_search
- c3 축 없애기
- 백준
- CentOS7
- snmp test
- 정규식 활용
- python os
- influxdb 설치
- python subprocess
- centos pyhon 설치
- linux시간으로 변경
- semanage
- gcc regex
- python popen
- snmp
- subporcess path
- 1697
- gcc 업데이트
- grafana dashboard
- c++ 정규식
- g++ 업데이트
- telegraf
- InfluxDB
Archives
- Today
- Total
리셋 되지 말자
[VBox] docker FMA instructions 본문
예전에는 보지 못했던 오류가 발생한다.
2021-10-12 16:18:57.450083: F tensorflow/core/platform/cpu_feature_guard.cc:38]
The TensorFlow library was compiled to use FMA instructions, but these aren't available on your machine.
Aborted (core dumped)
대충 요약하자면 FMA 를 해당 machine 에서 사용할 수 없다는데... 해당 machine이 virtual box로 생성한 VM이다.
찾아보니 virtualbox는 애초에 fma를 지원하지 않는다고 한다. (링크)
예전엔 분명 됐었는데... 아니, 다시 생각해보면 ubuntu 가 설치된 데스크탑에서 개발을 했었으니... 그때는 발생하지 않았던 오류... docker랑 상관없지만 docker로 tensorflow 이미지를 빌드하다가 알게되었다.
fma를 확인하는 방법은
cat /proc/cpuinfo | grep fma
'Linux Tips' 카테고리의 다른 글
KVM VT-x 활성화 시키는 방법 (0) | 2022.04.16 |
---|---|
[shell script] 날짜를 파일명으로 tar 생성하기 (0) | 2021.10.14 |
[Linux] vim error - E388: Couldn't find definition (0) | 2021.09.23 |
ip가 안될때(?) (0) | 2021.08.26 |
[CentOS7] root 패스워드 변경 (0) | 2021.08.04 |
Comments